'Declaration Public Function New( _
ByVal familyNameThe name of font family.As System.String, _
ByVal sizeThe font size specified in the world coordinate system unit.As Single, _
ByVal boldA value indicating whether the font is bold.As Boolean, _
ByVal italicA value indicating whether the font has the italic style applied.As Boolean, _
ByVal strikeoutA value indicating whether the font specifies a horizontal line through the font.As Boolean, _
ByVal underlineA value indicating whether the font is underlined.As Boolean _
)
public AnnotationFont(
System.String familyName,
float size,
bool bold,
bool italic,
bool strikeout,
bool underline
)
Parameters
- familyName
- The name of font family.
- size
- The font size specified in the world coordinate system unit.
- bold
- A value indicating whether the font is bold.
- italic
- A value indicating whether the font has the italic style applied.
- strikeout
- A value indicating whether the font specifies a horizontal line through the font.
- underline
- A value indicating whether the font is underlined.