Click or drag to resize

FontCreate Method

Overload List
  NameDescription
Public methodStatic memberCreate(Obj)
Creates a PDF::Font object.
Public methodStatic memberCreate(PDFDoc, FontStandardType1Font)
Creates a PDF::Font object for the given standard (also known as base 14 font).
Public methodStatic memberCreate(SDFDoc, FontStandardType1Font)
Creates a PDF::Font object for the given standard (also known as base 14 font).
Public methodStatic memberCreate(PDFDoc, Font, String)
Create a new Unicode font based on the description of an existing PDF font.
Public methodStatic memberCreate(PDFDoc, FontStandardType1Font, Boolean)
Creates a PDF::Font object for the given standard (also known as base 14 font).
Public methodStatic memberCreate(PDFDoc, String, String)
Create a new Unicode font based on the description of an existing PDF font.
Public methodStatic memberCreate(SDFDoc, Font, String)
Create a new Unicode font based on the description of an existing PDF font.
Public methodStatic memberCreate(SDFDoc, FontStandardType1Font, Boolean)
Creates a PDF::Font object for the given standard (also known as base 14 font).
Public methodStatic memberCreate(SDFDoc, String, String)
Create a new Unicode font based on the description of an existing PDF font.
Top
See Also