FMX.FontGlyphs.TFontGlyphManager.IsColorfulCharacter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
FMX.FontGlyphs.pas
FMX.FontGlyphs.hpp
FMX.FontGlyphs TFontGlyphManager

Description

Call this method to find out wherever the Character should be drawn as an image instead of brush settings.

Note: It usually returns True for Emoji characters.