[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates a logical font, selectable into any DC. Allows for a long font name.
Source position: winapih.inc line 63
public function TWidgetSet.CreateFontIndirectEx( |
const LogFont: TLogFont; |
const LongFontName: string |
):HFONT; virtual; |
LogFont |
|
The font description. |
LongFontName |
|
The font name, can be longer than 32 characters. |
The font handle, zero on failure.
|
Creates a logical font, selectable into any DC. |
Version 4.0 | Generated 2025-05-03 | Home |