Alex Szpakowski
|
f51bbb8462
|
Cleaned up some StrongRef-related code.
|
2016-03-01 18:57:17 -04:00 |
|
Alex Szpakowski
|
46a2e7b85c
|
Happy new year! 🎉
|
2016-01-01 00:05:06 -04:00 |
|
Alex Szpakowski
|
5c49898cdf
|
Fixed lines drawn using the 'none' line join mode having missing sections of each line segment.
|
2015-04-25 18:56:47 -03:00 |
|
Alex Szpakowski
|
a119e6a862
|
Added an optional spacing argument to love.graphics.newImageFont, allowing additional spacing (positive or negative) to be applied to all glyphs rendered using that font.
|
2015-03-11 18:28:22 -03:00 |
|
Alex Szpakowski
|
4ef0d257e9
|
Added an optional font hinting argument to love.graphics.newFont / love.font.newRasterizer when loading TrueType fonts. Resolves issue #963.
Accepted values are "normal", "light", "mono", and "none".
|
2015-03-07 22:05:37 -04:00 |
|
Alex Szpakowski
|
ebc68023a7
|
Fix many warnings about implicit integer conversions when compiling for 64 bits.
--HG--
branch : minor
|
2015-02-20 01:20:08 -04:00 |
|
Alex Szpakowski
|
24cb934fa6
|
Slightly reduced the memory usage of Fonts / Rasterizers created using the default font.
--HG--
branch : minor
|
2015-02-16 04:19:07 -04:00 |
|
Alex Szpakowski
|
fb79788d74
|
Moved more Font code out of the FreeType implementation files.
--HG--
branch : minor
|
2015-02-16 03:12:47 -04:00 |
|
Alex Szpakowski
|
e8286de1f3
|
Pulled some Font module code out of the freetype implementation files, since it's not freetype-specific.
--HG--
branch : minor
|
2015-02-16 01:47:20 -04:00 |
|
rude
|
477d5a05b8
|
Updated love.font, and added Glyph object in love.graphics.
|
2009-07-30 21:43:00 +02:00 |
|
michaee
|
74190255ed
|
Added basic (unfinished and untested) font module.
|
2009-07-28 20:22:48 +02:00 |
|