Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.FontFile3

TElPDFFontDescriptor     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains a font program of other than Type 1 or TrueType font.

Declaration

[C#]
    byte[] FontFile3;

[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.

See also:     FontFile     FontFile2    

Discuss this help topic in SecureBlackbox Forum