FontDescriptor Structure

This class provides control of the following font characteristics: * Typeface * Character set * Pitch and family * Bold font * Italic font
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.GraphicsInterfaceFontDescriptor

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct FontDescriptor

The FontDescriptor type exposes the following members.

Constructors
  Name Description
Public method FontDescriptor Constructor for the FontDescriptor structure. Constructs a font descriptor with the specified typeface, character set, pitch and family, and flags that can make a font bold and/or italic.
Top
Properties
  Name Description
Public property Bold Property that indicates whether font is bold.
Public property CharacterSet Property that represents an integer indicating which character set is in use.
Public property Italic Property that indicates whether font is italic.
Public property PitchAndFamily Property that represents an integer indicating which pitch and family is in use.
Public property TypeFace Property that represents font name.
Top
Methods
  Name Description
Public method Equals Checks objects for equality.
(Overrides ValueTypeEquals(Object))
Public method GetHashCode Retrieves the object hash code.
(Overrides ValueTypeGetHashCode)
Public method GetType
(Inherited from Object)
Public method ToString Retrieves a string representation of this font descriptor.
(Overrides ValueTypeToString)
Public method ToString(IFormatProvider) Retrieves a string representation of this font descriptor.
Top
Operators
  Name Description
Public operatorStatic member Equality(FontDescriptor, FontDescriptor) Equality operator for the FontDescriptor structure. Checks whether the left instance is equal to the right instance.
Public operatorStatic member Inequality(FontDescriptor, FontDescriptor) Inequality operator for the FontDescriptor structure. Checks whether the left instance is not equal to the right instance.
Top
See Also

©  Bricsys NV. All rights reserved.