FMX.Printer.Win.TPrinterWin.RefreshFonts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RefreshFonts; override;

C++

virtual void __fastcall RefreshFonts();

Properties

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

Description

Refreshes the list of available fonts.

FMX.Printer.Win.TPrinterWin.RefreshFonts inherits from FMX.Printer.TPrinter.RefreshFonts. All content below this line refers to FMX.Printer.TPrinter.RefreshFonts.

Refreshes the list of available fonts.

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

See Also