Discuss this help topic in SecureBlackbox Forum
The height of the top of the flat capital letters.
Declaration
[VB.NET]
Property CapHeight As Integer
[Pascal]
property CapHeight : integer;
[C++]
int32_t get_CapHeight();
void set_CapHeight(int32_t Value);
[PHP]
integer get_CapHeight()
void set_CapHeight(integer $Value)
[Java]
int getCapHeight();
void setCapHeight(int Value);
Description
Use this property to get or set the top vertical coordinate of flat capital letters, measured from the baseline.
Discuss this help topic in SecureBlackbox Forum