Op Englesch liesen Editéieren

Deelen iwwer


CharacterMetrics Constructors

Definition

Initializes a new instance of the CharacterMetrics class.

Overloads

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.

CharacterMetrics()

Initializes a new instance of the CharacterMetrics class.

C#
public CharacterMetrics();

Remarks

The CharacterMetrics object is constructed using the default metric values.

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

CharacterMetrics(String)

Initializes a new instance of the CharacterMetrics class by specifying the metrics as a string.

C#
public CharacterMetrics(string metrics);

Parameters

metrics
String

A comma-delimited String value that represents the metrics for the character.

Remarks

The metrics parameter is a comma-delimited string that specifies the CharacterMetrics properties in the following order:

The first two properties, BlackBoxWidth and BlackBoxHeight, are required. However, the other five properties are optional, and will default to zero if not specified. For example, if you specify the string value of "0.75,0.75,,0.1" for the metrics parameter, the BlackBoxWidth, BlackBoxHeight, and LeftSideBearing properties are set - the unspecified properties are set to zero.

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10