Create a new Font
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public cFont CreatecFont(
string familyName,
float size,
bool bold,
bool italic,
bool underline
)
Public Function CreatecFont (
familyName As String,
size As Single,
bold As Boolean,
italic As Boolean,
underline As Boolean
) As cFont
Parameters
- familyName
- Type: SystemString
- size
- Type: SystemSingle
- bold
- Type: SystemBoolean
- italic
- Type: SystemBoolean
- underline
- Type: SystemBoolean
Return Value
Type:
cFontSee Also