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

TPDFDocument.CreateText

Declaration

Source position: fppdf.pp line 1147

public function TPDFDocument.CreateText(

  X: TPDFFloat;

  Y: TPDFFloat;

  AText: AnsiString;

  const AFont: TPDFEmbeddedFont;

  const ADegrees: single;

  const AUnderline: Boolean;

  const AStrikethrough: Boolean

):TPDFText; overload;

function TPDFDocument.CreateText(

  X: TPDFFloat;

  Y: TPDFFloat;

  AText: UTF8String;

  const AFont: TPDFEmbeddedFont;

  const ADegrees: single;

  const AUnderline: Boolean;

  const AStrikethrough: Boolean

):TPDFUTF8Text; overload;

function TPDFDocument.CreateText(

  X: TPDFFloat;

  Y: TPDFFloat;

  AText: UnicodeString;

  const AFont: TPDFEmbeddedFont;

  const ADegrees: single;

  const AUnderline: Boolean;

  const AStrikethrough: Boolean

):TPDFUTF16Text; overload;


Documentation generated on: 2023-03-18