Click or drag to resize

cFont Class

Font, see Font
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class cFont : BaseObject

The cFont type exposes the following members.

Properties
  NameDescription
Public propertyBold
Gets a value that indicates whether this Font is bold.
Public propertyHeight
Gets the line spacing of this font.
Public propertyItalic
Gets a value that indicates whether this Font is italic.
Public propertyName
Family Name
Public propertySize
Size in world coordinates
Public propertyUnderline
Gets a value that indicates whether this Font is underlined.
Top
Methods
  NameDescription
Public methodCreatecFont
Create a new Font
Top
Operators
Remarks
Use the CreatecFont(String, Single, Boolean, Boolean, Boolean) function to create a new instance.
See Also