FontCompactorParams(unsigned nominalSize = 256, bool mergeContours = true);
FontCompactorParams constructor. Sets State_FontCompactorParams as the State type.
Parameters |
Description |
unsigned nominalSize = 256 |
Nominal glyph size that corresponds with input coordinates of the font. |
bool mergeContours = true |
A Boolean flag to determine whether or not the the font compactor should merge the same contours and glyphs. |