[Overview][Constants][Procedures and functions][Index] Reference for unit 'LazFreeType' (#lazutils)

TT_Open_Face

Declaration

Source position: lazfreetype.pas line 83

function TT_Open_Face(

  fontname: string;

  var _face: TT_Face

):TT_Error;

function TT_Open_Face(

  AStream: TStream;

  AStreamOwner: Boolean;

  var _face: TT_Face

):TT_Error;

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