Discuss this help topic in SecureBlackbox Forum
Specifies the Ascent attribute of the font.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum