The following tables list the members exposed by StyleInfo.FontSizeInfo.
Name | Description | |
---|---|---|
IsDefault | Returns true if this font size info object represents default font size (no font size info). | |
IsSizeInPoints | Returns true if the FontSize is in points units. Use the SetFontSize method to set the value of this property. | |
IsSizeRelative | Returns true if the FontSize is relative. Use the SetFontSize method to set the value of this property. | |
Size | Gets the font size. The size will be interpreted based on the settings of the IsFontSizeRelative and IsFontSizeInPoints properties. To set the size use the SetFontSize method. |
Name | Description | |
---|---|---|
Equals | Overridden. Returns true if the specified object is a FontSizeInfo instance and represents the same font size. | |
GetHashCode | Overridden. Returns the hash code. | |
ToString | Overridden. Returns the string representation of this FontSizeInfo object. |