[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The names for the available (installed) fonts.
Source position: forms.pp line 1302
public property TScreen.Fonts : TStrings |
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.
Modified in LCL version 3.2 to use the TStringList type instead of TStrings.