Discuss this help topic in SecureBlackbox Forum
Contains a font program of other than Type 1 or TrueType font.
Declaration
[VB.NET]
Property FontFile3 As Byte()
[Pascal]
property FontFile3 : ByteArray;
[C++]
void get_FontFile3(std::vector<uint8_t> &OutResult);
void set_FontFile3(const std::vector<uint8_t> &Value);
[PHP]
string get_FontFile3()
void set_FontFile3(array of byte|string|NULL $Value)
[Java]
byte[] getFontFile3();
void setFontFile3(byte[] Value);
Description
FontFile3 entry is a buffer containing a font program whose format is specified by the
Subtype entry in the buffer dictionary.
At most, only one of the
FontFile,
FontFile2,
FontFile3 entries may be set.
Discuss this help topic in SecureBlackbox Forum