Discuss this help topic in SecureBlackbox Forum
Specifies the name of the font.
Declaration
[C#/Java]
string FontName;
[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)
Description
Use this property to get or set the name by which this font is referenced in the
Font subdictionary of the current resource dictionary.
Discuss this help topic in SecureBlackbox Forum