Property CapHeight
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
CapHeight
Gets the distance from the baseline to the top of an English lowercase letter for a typeface. The distance excludes ascenders.
public float CapHeight { get; set; }
Property Value
- float
A float that indicates the distance from the baseline to the top of an English lowercase letter (excluding ascenders), expressed as a fraction of the font em size.
Remarks
attribute name = "cap-height" {number}