FMX.FontGlyphs.TFontGlyphSetting
Delphi
TFontGlyphSetting = (Bitmap, PremultipliedAlpha, Path);
C++
enum class DECLSPEC_DENUM TFontGlyphSetting : unsigned char { Bitmap, PremultipliedAlpha, Path };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.FontGlyphs.pas FMX.FontGlyphs.hpp |
FMX.FontGlyphs | FMX.FontGlyphs |
Description
A glyph can have several representation options:
- Regular bitmap (Bitmap)
- SVG path (Path).
Also, in certain cases, an additional transformation is required to output the glyph (PremultipliedAlpha).