Keysight Pathwave 89600 VSA .NET API
DisplayFontInfo Structure Members
See Also  Properties  Methods 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : DisplayFontInfo Structure

Glossary Item Box

The following tables list the members exposed by DisplayFontInfo.

Public Constructors

 NameDescriptionMinimum SW Version
Public ConstructorDisplayFontInfo ConstructorInitializes a new instance of the DisplayFontInfo struct.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyFontFamilyGets or sets the font family  
Public PropertyFontSizeGets or sets the font size in pixels (96/inch).  
Public PropertyFontStretchGets or sets the font stretch (not used)  
Public PropertyFontStyleGets or sets the font style.  
Public PropertyFontWeightGets or sets the font weight.  
Public PropertyStretchGets or sets the font stretch (not used)  28.60
Public PropertyStyleGets or sets the font style.  28.60
Public PropertyWeightGets or sets the font weight.  28.60
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
Public MethodEqualsOverloaded. Determines whether the specified object is equal to the current DisplayFontInfo instance. (Overrides System.ValueType.Equals(System.Object).)  
Public MethodGetHashCodeGenerates a hash code for the DisplayFontInfo (Overrides System.ValueType.GetHashCode.)  
Public MethodGetObjectDataSerialize the current instance of DisplayFontInfo.  
Public MethodGetSchemaSee System.Xml.Serialization.IXmlSerializable.GetSchema.  
Public MethodReadXmlRegenerates the DisplayFontInfo structure from its XML representation.  
Public MethodToStringReturns a string that represents the display font information.  
Public MethodWriteXmlConverts the DisplayFontInfo structure into its XML representation.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Operators

public Operator Equality Compares two DisplayFontInfo structures for equality.
public Operator Inequality Compares two DisplayFontInfo structures to determine if they are not equal.
Top

See Also