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

CreateFontIndirectEx

Creates an logical font, selectable into any DC. Allows for an long fontname.

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 an logical font, selectable into any DC.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.