Click or drag to resize

cFont Class

Font, see Font
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.Common.GraphicscFont

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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
 NameDescription
Public operatorStatic member(cFont to Font) Converts a cFont to a System.Drawing.Font
Public operatorStatic member(Font to cFont) Converts a Font to a Font
Top
Remarks
Use the CreatecFont(String, Single, Boolean, Boolean, Boolean) function to create a new instance.
See Also