[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates an logical font, selectable into any DC. Allows for an long fontname.
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 an logical font, selectable into any DC. |
lazarus-ccr.sourceforge.net |