[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TScreen.Fonts

The names for the available (installed) fonts.

Declaration

Source position: forms.pp line 1301

public property TScreen.Fonts : TStrings
  read GetFonts;

Description

Fonts is a read-only TStringList property which contains the names for the fonts found using the EnumFontFamiliesEx routine for the widgetset. Values in Fonts are unique (no duplicates) and sorted alphabetically in ascending order.

Version info

Modified in LCL version 3.2 to use the TStringList type instead of TStrings.


Version 3.2 Generated 2024-02-25 Home