Discuss this help topic in SecureBlackbox Forum
Specifies the Flags attribute of the font.
Declaration
[VB.NET]
Property Flags As Integer
[Pascal]
property Flags : integer;
[C++]
int32_t get_Flags();
void set_Flags(int32_t Value);
[PHP]
integer get_Flags()
void set_Flags(integer $Value)
[Java]
int getFlags();
void setFlags(int Value);
Description
Use this property to get or set different characteristics of the font represented by the
Flags descriptor.
Discuss this help topic in SecureBlackbox Forum