Creates a PDF::Font object.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Font Create(
Obj font_dict
)
Public Shared Function Create (
font_dict As Obj
) As Font
public:
static Font^ Create(
[InAttribute] Obj^ font_dict
)
pdftron.PDF.Font.Create = function(font_dict);
Parameters
- font_dict
- Type: pdftron.SDFObj
The font dictionary object.
Return Value
Type:
FontA newly created font.
See Also