FMX.FontGlyphs.TFontGlyphSetting

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TFontGlyphSetting = (Bitmap, PremultipliedAlpha, Path);

C++

enum class DECLSPEC_DENUM TFontGlyphSetting : unsigned char { Bitmap, PremultipliedAlpha, Path, gsBitmap _DEPRECATED_ATTRIBUTE3("Use TFontGlyphSetting.Bitmap")  = 0x0, gsPremultipliedAlpha _DEPRECATED_ATTRIBUTE3("Use TFontGlyphSetting.PremultipliedAlpha")  = 0x1, gsPath _DEPRECATED_ATTRIBUTE3("Use TFontGlyphSetting.Path")  = 0x2 };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
FMX.FontGlyphs.pas
FMX.FontGlyphs.hpp
FMX.FontGlyphs FMX.FontGlyphs

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.