Discuss this help topic in SecureBlackbox Forum
The maximum width of glyphs in the font.
Declaration
[VB.NET]
Property MaxWidth As Integer
[Pascal]
property MaxWidth : integer;
[C++]
int32_t get_MaxWidth();
void set_MaxWidth(int32_t Value);
[PHP]
integer get_MaxWidth()
void set_MaxWidth(integer $Value)
[Java]
int getMaxWidth();
void setMaxWidth(int Value);
Description
Use this property to get or set the maximum width of glyphs in the font.
Default value: 0.
Discuss this help topic in SecureBlackbox Forum