Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.Ascent

TElPDFFontDescriptor     See also     


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


Specifies the Ascent attribute of the font.

Declaration

[C#]
    int Ascent;

[VB.NET]
    Property Ascent As Integer

[Pascal]
    property Ascent : integer;

[C++]
    int32_t get_Ascent();
    void set_Ascent(int32_t Value);

[PHP]
    integer get_Ascent()
    void set_Ascent(integer $Value)

[Java]
    int getAscent();
    void setAscent(int Value);

Description

    Ascent is the maximum height above the baseline that glyphs in the font can reach, except the glyphs for accented characters.

See also:     Descent    

Discuss this help topic in SecureBlackbox Forum