FMX.FontGlyphs.TFontGlyphSetting

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
FMX.FontGlyphs.pas
FMX.FontGlyphs.hpp
FMX.FontGlyphs FMX.FontGlyphs


Description

Un glyphe peut avoir plusieurs options de représentation :

  • Bitmap standard (Bitmap)
  • Chemin SVG (Chemin).

De plus, dans certains cas, des informations supplémentaires sont requises pour afficher le glyphe (PremultipliedAlpha).