font_flags
Last updated
This enum determines which flags a font object should possess. Setting those flags is only possible during type construction.
Field
Adds a 1px shadow to font glyphs.
Field
Adds a 1px outline to font glyphs.
Field
Enable antialiasing on font glyphs. This flag only works on GDI fonts.
Field
Disable DPI scaling on this font. By default, font glyphs will be scaled in accordance to the global DPI scale.
Field
Disable glyph kerning on this font.
Field
Enables a strong hinting algorithm for rasterization. Only works on FreeType fonts.
Field
Enables a light hinting algorithm for rasterization. Only works on FreeType fonts.
Last updated