Alex Szpakowski
|
76618f0328
Cleaned up font code to always use uint32 instead of the slightly more ambiguous "unsigned int" for codepoints
|
12 years ago |
Alex Szpakowski
|
d48d1fd441
Exposed the internal Rasterizer and GlyphData object methods to Lua. Also added Font:hasGlyph.
|
12 years ago |
Alex Szpakowski
|
2009124cf9
Reworked internal anisotropic filtering code to be more concise and intuitive
|
12 years ago |
Alex Szpakowski
|
25d6700361
Moved anisotropic filtering to Image:setFilter(min, mag, anisotropy), added anisotropic filtering support to canvases and fonts
|
12 years ago |
Alex Szpakowski
|
d9736ab3ab
Removed mipmap support from Font graphics objects
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
rude
|
4e2c424cd1
Alexander's patch for improved mipmap API.
|
12 years ago |
Bart van Strien
|
32684b674e
Add Font:getAscent/getDescent/getBaseline (issue #445)
|
12 years ago |
Alexander Szpakowski
|
36c5259e12
Font objects now have mipmap filter and mipmap sharpness support
|
12 years ago |
Alexander Szpakowski
|
e5388ff73b
Removed more unnecessary tabs in blank lines
|
12 years ago |
Alexander Szpakowski
|
8b3fb1d71c
Code cleanup
|
12 years ago |
Alexander Szpakowski
|
1678252b7a
Applied patch from issue #542 (texture filtering inconsistencies) in main LÖVE repository
|
12 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Bart van Strien
|
c707a4ca45
Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations)
|
13 years ago |
Bart van Strien
|
e37470f54d
No more Font:set(), instead love.graphics.setNewFont
|
13 years ago |
Bart van Strien
|
9682ebecf9
Remove love.graphics.setFont([<file>,] <size>) shorthand, idiom is now love.graphics.newFont([<file>,] <size>):set()
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
Bart van Strien
|
6e630e8987
Fix width for getWrap and catch utf8 decoding errors in getWrap and getSize (issues #230 and #244)
|
14 years ago |
Bart van Strien
|
190e11d016
Move wrapping to Font::getWrap and make printf use that (fixes issue #230)
|
14 years ago |
Bill Meltsner
|
fde708160e
bringing in the new year by changing every 2010 to 2011
|
14 years ago |
[email protected]
|
0188572124
Added maxwidth, lines = font:getWrap(string, wrap) by feature request
|
15 years ago |
Bill Meltsner
|
de6c8fd704
fonts now work (seemingly) as well as they used to
|
15 years ago |
rude
|
aa01c984b9
Updated all dates to 2010.
|
15 years ago |
rude
|
dd420d68a3
Ok, project generation didn't really work out. Reverted.
|
16 years ago |
rude
|
ba1a75e547
Added many comments, and changed function names for wrapper functions.
|
16 years ago |
rude
|
dcb3dfd83d
Initial Mercurial commit.
|
16 years ago |