FMX.FontGlyphs.TFontGlyphManager.IsColorfulCharacter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsColorfulCharacter(const ACharacter: UCS4String): Boolean; virtual;

C++

virtual bool __fastcall IsColorfulCharacter(const System::UCS4String ACharacter);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.FontGlyphs.pas
FMX.FontGlyphs.hpp
FMX.FontGlyphs TFontGlyphManager


Beschreibung

Rufen Sie diese Methode auf, um zu ermitteln, ob Character als Bild anstatt einer Pinsel-Einstellung gezeichnet werden soll.

Hinweis: Gibt normalerweise True für Emoji-Zeichen zurück.