FMX.Printer.TPrinter.RefreshFonts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RefreshFonts; virtual; abstract;

C++

virtual void __fastcall RefreshFonts() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Refreshes the list of available fonts.

Whenever RefreshFonts is executed, the Fonts property will contain the new list of available fonts.

See Also