Discuss this help topic in SecureBlackbox Forum
Specifies the font's X height.
Declaration
[VB.NET]
Property XHeight As Integer
[Pascal]
property XHeight : integer;
[C++]
int32_t get_XHeight();
void set_XHeight(int32_t Value);
[PHP]
integer get_XHeight()
void set_XHeight(integer $Value)
[Java]
int getXHeight();
void setXHeight(int Value);
Description
Use this property to get or set the font's
x height: the vertical coordinate of the top of flat non-ascending lowercase letters from baseline.
Discuss this help topic in SecureBlackbox Forum