[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Invokes a callback function for every font available on a specified device.
Source position: winapih.inc line 92
public function TWidgetSet.EnumFontFamilies( |
DC: HDC; |
Family: Pchar; |
EnumFontFamProc: FontEnumProc; |
LParam: LPARAM |
):LongInt; virtual; |
DC |
|
The device context. |
Family |
|
The font family name, empty for all families. |
EnumFontFamProc |
|
The callback function. |
LParam |
|
Data passed to the callback function. |
The last value returned by the callback function.
|
Invokes a callback function for every available font that matches certain criteria. |
Version 4.0 | Generated 2025-05-03 | Home |