Discuss this help topic in SecureBlackbox Forum
The default width for glyphs.
Declaration
[VB.NET]
Property DW As Integer
[Pascal]
property DW : integer;
[C++]
int32_t get_DW();
void set_DW(int32_t Value);
[PHP]
integer get_DW()
void set_DW(integer $Value)
[Java]
int getDW();
void setDW(int Value);
Description
Use this property to get or set the default glyph width in the CID Font.
Discuss this help topic in SecureBlackbox Forum