API Reference > Other Classes > OdFont Class > OdFont Methods > OdFont::setFlags Method
OdFont::setFlags Method
Syntax
C++
void setFlags(OdUInt32 fontFlags);
Parameters 
Description 
OdUInt32 fontFlags 
[in] Font flags. 

Sets the font flags for this Font object.

fontFlags must be a combination of zero or more of the following: 

 

Name 
Value 
kBigFont10 
0x0001 
kUniFont10 
0x0002 
kFont10 
0x0004 
kFont11 
0x0008 
kFont10A 
0x0010 
kTrueType 
0x0020 
kFontGdt 
0x0040 
kFontSimplex6 
0x0080 
kShapes11 
0x0100 
kFontRsc 
0x0200 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.