[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

CreateFontIndirectEx

Creates a logical font, selectable into any DC. Allows for a long font name.

Declaration

Source position: winapih.inc line 63

function CreateFontIndirectEx(

  const LogFont: TLogFont;

  const LongFontName: string

):HFONT;

Arguments

LogFont

  

The font description.

LongFontName

  

The font name, can be longer than 32 characters.

Function result

The font handle, zero on failure.

See also

CreateFontIndirect

  

Creates a logical font, selectable into any DC.


Version 3.2 Generated 2024-02-25 Home