mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
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".
This commit is contained in:
@@ -235,6 +235,8 @@ set(LOVE_SRC_MODULE_FONT_ROOT
|
||||
src/modules/font/ImageRasterizer.h
|
||||
src/modules/font/Rasterizer.cpp
|
||||
src/modules/font/Rasterizer.h
|
||||
src/modules/font/TrueTypeRasterizer.cpp
|
||||
src/modules/font/TrueTypeRasterizer.h
|
||||
src/modules/font/wrap_Font.cpp
|
||||
src/modules/font/wrap_Font.h
|
||||
src/modules/font/wrap_GlyphData.cpp
|
||||
|
||||
Reference in New Issue
Block a user