CharacterMetrics.Metrics Property
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.
Gets or sets a comma-delimited string representing metric values.
public:
property System::String ^ Metrics { System::String ^ get(); void set(System::String ^ value); };
public string Metrics { get; set; }
member this.Metrics : string with get, set
Public Property Metrics As String
Property Value
A value of type String.
Remarks
The String value 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.