Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.Descent

TElPDFFontDescriptor     See also     


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


Specifies the Descent attribute of the font.

Declaration

[C#]
    int Descent;

[VB.NET]
    Property Descent As Integer

[Pascal]
    property Descent : integer;

[C++]
    int32_t get_Descent();
    void set_Descent(int32_t Value);

[PHP]
    integer get_Descent()
    void set_Descent(integer $Value)

[Java]
    int getDescent();
    void setDescent(int Value);

Description

    Descent is the maximum depth below the baseline that glyphs in the font can reach. The value is a negative number.

See also:     Ascent    

Discuss this help topic in SecureBlackbox Forum