fontgen
fontgen copied to clipboard
Msdfgen-based font rasterizer
This fix a bug on mac, not sure if it is the same for windows/linux
Request by Trethaller; When `charset` is not present in config - render all available characters in the fonts. Implementation specifics: Need to fetch list of all characters present in the...
* Use grayscale mode for SDF and PSDF * Use RGB for MSDF * Raster: Depending on font either RGBA or A8.
* Expose MSDF `angleTreshold` and `seed` * Expose `edgeTreshold` and `overlapSupport` for all SDF methods.