Discuss this help topic in SecureBlackbox Forum
The average width of glyphs in the font.
Declaration
[VB.NET]
Property AvgWidth As Integer
[Pascal]
property AvgWidth : integer;
[C++]
int32_t get_AvgWidth();
void set_AvgWidth(int32_t Value);
[PHP]
integer get_AvgWidth()
void set_AvgWidth(integer $Value)
[Java]
int getAvgWidth();
void setAvgWidth(int Value);
Description
Use this property to get or set the average width of glyphs in the font.
Default value: 0.
Discuss this help topic in SecureBlackbox Forum