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

CreateFontIndirect

Creates an logical font, selectable into any DC.

Declaration

Source position: winapih.inc line 62

function CreateFontIndirect(

  const LogFont: TLogFont

):HFONT;

Arguments

LogFont

  

The font description.

Function result

The font handle, zero on failure.

See also

CreateFontIndirectEx

  

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

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