CharacterMetrics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the metrics used to lay out a character in a device font.
public ref class CharacterMetrics
public class CharacterMetrics
type CharacterMetrics = class
Public Class CharacterMetrics
- Inheritance
-
CharacterMetrics
Constructors
CharacterMetrics() |
Initializes a new instance of the CharacterMetrics class. |
CharacterMetrics(String) |
Initializes a new instance of the CharacterMetrics class by specifying the metrics as a string. |
Properties
Baseline |
Gets the baseline value for the character. |
BlackBoxHeight |
Gets the height of the black box for the character. |
BlackBoxWidth |
Gets the width of the black box for the character. |
BottomSideBearing |
Gets the recommended white space below the black box. |
LeftSideBearing |
Gets the recommended white space to the left of the black box. |
Metrics |
Gets or sets a comma-delimited string representing metric values. |
RightSideBearing |
Gets the recommended white space to the right of the black box. |
TopSideBearing |
Gets the recommended white space above the black box. |
Methods
Equals(Object) |
Determines whether the specified CharacterMetrics object is equal to the current CharacterMetrics object. |
GetHashCode() |
Creates a hash code from the metric values of the CharacterMetrics object. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |