FontCreate Method (PDFDoc, String, String) |
Create a new Unicode font based on the description of an existing PDF font.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Font Create(
PDFDoc doc,
string name,
string char_set
)
Public Shared Function Create (
doc As PDFDoc,
name As String,
char_set As String
) As Font
public:
static Font^ Create(
[InAttribute] PDFDoc^ doc,
[InAttribute] String^ name,
[InAttribute] String^ char_set
)
pdftron.PDF.Font.Create = function(doc, name, char_set);
Parameters
- doc
- Type: pdftron.PDFPDFDoc
PDF document
- name
- Type: SystemString
name of existing PDF font
- char_set
- Type: SystemString
the character set
Return Value
Type:
Font the created font
See Also