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

CreateFont

Declaration

Source position: winapih.inc line 301

function CreateFont(

  Height: Integer;

  Width: Integer;

  Escapement: Integer;

  Orientation: Integer;

  Weight: Integer;

  Italic: Byte;

  Underline: Byte;

  StrikeOut: Byte;

  CharSet: Byte;

  OutputPrecision: Byte;

  ClipPrecision: Byte;

  Quality: Byte;

  PitchAndFamily: Byte;

  FaceName: PChar

):HFONT;

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