Discuss this help topic in SecureBlackbox Forum
A buffer containing a TrueType font program.
Declaration
[VB.NET]
Property FontFile2 As Byte()
[Pascal]
property FontFile2 : ByteArray;
[C++]
void get_FontFile2(std::vector<uint8_t> &OutResult);
void set_FontFile2(const std::vector<uint8_t> &Value);
[PHP]
string get_FontFile2()
void set_FontFile2(array of byte|string|NULL $Value)
[Java]
byte[] getFontFile2();
void setFontFile2(byte[] Value);
Description
FontFile2 buffer contains a TrueType 1 font program.
At most, only one of the
FontFile,
FontFile2,
FontFile3 entries may be set.
Discuss this help topic in SecureBlackbox Forum