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