FMX.FontGlyphs.TFontGlyphStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFontGlyphStyle = (NoGlyph, HasPath, ColorGlyph);

C++

enum class DECLSPEC_DENUM TFontGlyphStyle : unsigned char { NoGlyph, HasPath, ColorGlyph };

Properties

Type Visibility Source Unit Parent
enum public
FMX.FontGlyphs.pas
FMX.FontGlyphs.hpp
FMX.FontGlyphs FMX.FontGlyphs

Description

This type helps you understand a symbol, when it does not have a graphical representation in the font being used.