FontCreate Method (SDFDoc, FontStandardType1Font) |
Creates a PDF::Font object for the given standard (also known as base 14 font).
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Font Create(
SDFDoc doc,
FontStandardType1Font type
)
Public Shared Function Create (
doc As SDFDoc,
type As FontStandardType1Font
) As Font
public:
static Font^ Create(
[InAttribute] SDFDoc^ doc,
[InAttribute] FontStandardType1Font type
)
pdftron.PDF.Font.Create = function(doc, type);
Parameters
- doc
- Type: pdftron.SDFSDFDoc
The SDF document. - type
- Type: pdftron.PDFFontStandardType1Font
The font type.
Return Value
Type:
FontA newly created font.
See Also