GlyphTypeface.XHeight 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 the Western x-height relative to em size for the font represented by the GlyphTypeface object.
public:
property double XHeight { double get(); };
public double XHeight { get; }
public double XHeight { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; }
member this.XHeight : double
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
member this.XHeight : double
Public ReadOnly Property XHeight As Double
Property Value
A value of type Double.
- Attributes
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.