FMX.FontGlyphs.TFontGlyphManager.RegisterCharacterHandleMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure RegisterCharacterHandleMethod(const Method: TCharacterHandleFunction;  const OverrideValue: Boolean = False); static;

C++

static void __fastcall RegisterCharacterHandleMethod(const TCharacterHandleFunction Method, const bool OverrideValue = false);

Properties

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

Description

It registers a new handler to choose whether the character should be black-or-white or colorful.