FontStyleSetInfo Class

 

Contains the StyleSet information about a font. These are all of the settings that be placed on a Font like Name, Size, FontStyle, etc. The information is used to create a unique hash code for this class which is used in the HybridDictionary for lookup of a particular cached resource.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::FontStyleSetInfo

public ref class FontStyleSetInfo : ICloneable

NameDescription
System_CAPS_pubpropertyName

Gets or sets the name of the FontFamily object.

System_CAPS_pubpropertySize

Gets or sets the size of the font in world units (inches). A point is 1/72nd of an inch.

System_CAPS_pubpropertyStyle

Gets or sets the font's bold, italic, strikeout, and underline styles.

System_CAPS_pubpropertyUnits

Gets the unit of measure for this font (always GraphicsUnit.World)

NameDescription
System_CAPS_pubmethodClone()

Method to create a new instance of this object with the same instance data.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to this one. Only equal if all of their properties are equal.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodSystem_CAPS_staticEquals(Object^, Object^)

Determines whether the two specified objects are equal to each other

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a BrushStyleSetInfo, suitable for use in hashing algorithms and data structures like a hash table.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: