fontgen icon indicating copy to clipboard operation
fontgen copied to clipboard

Msdfgen-based font rasterizer

Results 4 fontgen issues
Sort by recently updated
recently updated
newest added

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...

enhancement

* Use grayscale mode for SDF and PSDF * Use RGB for MSDF * Raster: Depending on font either RGBA or A8.

enhancement

* Expose MSDF `angleTreshold` and `seed` * Expose `edgeTreshold` and `overlapSupport` for all SDF methods.

enhancement