Discuss this help topic in SecureBlackbox Forum
The PostScript name of the font.
Declaration
[VB.NET]
Property FontName As String
[Pascal]
property FontName : string;
[C++]
void get_FontName(std::string &OutResult);
void set_FontName(const std::string &Value);
[PHP]
string get_FontName()
void set_FontName(string $Value)
[Java]
String getFontName();
void setFontName(String Value);
Description
Use this property to specify the PostScript name of the font.
This name should be the same as specified by the
BaseFont entry of the font that refers to this descriptor.
Discuss this help topic in SecureBlackbox Forum