mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
Prioritize the anti-aliasing renderer module.
* modules.cfg: Reorder the renderers. * include/freetype/config/ftmodule.h: Ditto.
This commit is contained in:
@@ -93,12 +93,12 @@ HINTING_MODULES += pshinter
|
||||
#### raster modules -- at least one is required for vector font formats
|
||||
####
|
||||
|
||||
# Monochrome rasterizer.
|
||||
RASTER_MODULES += raster
|
||||
|
||||
# Anti-aliasing rasterizer.
|
||||
RASTER_MODULES += smooth
|
||||
|
||||
# Monochrome rasterizer.
|
||||
RASTER_MODULES += raster
|
||||
|
||||
# Signed distance field rasterizer.
|
||||
RASTER_MODULES += sdf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user