FontCreateType1Font Method (SDFDoc, String, Boolean) |
Creates the type1 font.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Font CreateType1Font(
SDFDoc doc,
string font_path,
bool embed
)
Public Shared Function CreateType1Font (
doc As SDFDoc,
font_path As String,
embed As Boolean
) As Font
public:
static Font^ CreateType1Font(
[InAttribute] SDFDoc^ doc,
[InAttribute] String^ font_path,
[InAttribute] bool embed
)
pdftron.PDF.Font.CreateType1Font = function(doc, font_path, embed);
Parameters
- doc
- Type: pdftron.SDFSDFDoc
the doc
- font_path
- Type: SystemString
the font_path
- embed
- Type: SystemBoolean
the embed
Return Value
Type:
Font the font
See Also