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