Instantiates a new font.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Font(
Obj fnt_dict
)
Public Sub New (
fnt_dict As Obj
)
public:
Font(
[InAttribute] Obj^ fnt_dict
)
pdftron.PDF.Font = function(fnt_dict);
Parameters
- fnt_dict
- Type: pdftron.SDFObj
the font_dict
See Also