[Overview][Types][Procedures and functions][Variables][Index] |
Creates an logical font, selectable into any DC. Allows for an long fontname.
Source position: winapih.inc line 63
function CreateFontIndirectEx( |
const LogFont: TLogFont; |
const LongFontName: string |
):HFONT; |
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 |