FontCreate Method |
Name | Description | |
---|---|---|
![]() ![]() | Create(Obj) |
Creates a PDF::Font object.
|
![]() ![]() | Create(PDFDoc, FontStandardType1Font) |
Creates a PDF::Font object for the given standard (also known as base 14 font).
|
![]() ![]() | Create(SDFDoc, FontStandardType1Font) |
Creates a PDF::Font object for the given standard (also known as base 14 font).
|
![]() ![]() | Create(PDFDoc, Font, String) | Create a new Unicode font based on the description of an existing PDF font.
|
![]() ![]() | Create(PDFDoc, FontStandardType1Font, Boolean) |
Creates a PDF::Font object for the given standard (also known as base 14 font).
|
![]() ![]() | Create(PDFDoc, String, String) | Create a new Unicode font based on the description of an existing PDF font.
|
![]() ![]() | Create(SDFDoc, Font, String) | Create a new Unicode font based on the description of an existing PDF font.
|
![]() ![]() | Create(SDFDoc, FontStandardType1Font, Boolean) |
Creates a PDF::Font object for the given standard (also known as base 14 font).
|
![]() ![]() | Create(SDFDoc, String, String) | Create a new Unicode font based on the description of an existing PDF font.
|