FontCreate Method (PDFDoc, Font, 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,
Font from,
string char_set
)
Public Shared Function Create (
doc As PDFDoc,
from As Font,
char_set As String
) As Font
public:
static Font^ Create(
[InAttribute] PDFDoc^ doc,
[InAttribute] Font^ from,
[InAttribute] String^ char_set
)
pdftron.PDF.Font.Create = function(doc, from, char_set);
Parameters
- doc
- Type: pdftron.PDFPDFDoc
PDF document
- from
- Type: pdftron.PDFFont
existing PDF font
- char_set
- Type: SystemString
the character set
Return Value
Type:
Font the created font
See Also