Unit 'fpPDF' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-pdf]

TPDFDocument.AddFont

Declaration

Source position: fppdf.pp line 1246

public function TPDFDocument.AddFont(

  AName: string

):Integer; overload;

function TPDFDocument.AddFont(

  AFontFile: string;

  AName: string

):Integer; overload;

function TPDFDocument.AddFont(

  AFontStream: TStream;

  AName: string

):Integer; overload;


Documentation generated on: 2025-07-25