FMX.FontGlyphs.TFontGlyphManager.DoGetGlyph
Delphi
function DoGetGlyph(const Char: UCS4Char; const Settings: TFontGlyphSettings; const UseColorfulPalette: Boolean): TFontGlyph; virtual; abstract;
C++
virtual TFontGlyph* __fastcall DoGetGlyph(const System::UCS4Char Char, const TFontGlyphSettings Settings, const bool UseColorfulPalette) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | FMX.FontGlyphs.pas FMX.FontGlyphs.hpp |
FMX.FontGlyphs | TFontGlyphManager |
Description
Embarcadero Technologies does not currently have any additional information.