Class FontMetrics
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("FontMetrics")]
public class FontMetrics
- Inheritance
-
FontMetrics
- Inherited Members
-
Constructors
FontMetrics()
Properties
Advances
[Value("advances")]
public Number[] Advances { get; }
Property Value
- Number[]
Baselines
[Value("baselines")]
public Baseline[] Baselines { get; }
Property Value
- Baseline[]
BoundingBoxAscent
[Value("boundingBoxAscent")]
public Number BoundingBoxAscent { get; }
Property Value
- Number
BoundingBoxDescent
[Value("boundingBoxDescent")]
public Number BoundingBoxDescent { get; }
Property Value
- Number
BoundingBoxLeft
[Value("boundingBoxLeft")]
public Number BoundingBoxLeft { get; }
Property Value
- Number
BoundingBoxRight
[Value("boundingBoxRight")]
public Number BoundingBoxRight { get; }
Property Value
- Number
DominantBaseline
[Value("dominantBaseline")]
public Baseline DominantBaseline { get; }
Property Value
- Baseline
EmHeightAscent
[Value("emHeightAscent")]
public Number EmHeightAscent { get; }
Property Value
- Number
EmHeightDescent
[Value("emHeightDescent")]
public Number EmHeightDescent { get; }
Property Value
- Number
FontBoundingBoxAscent
[Value("fontBoundingBoxAscent")]
public Number FontBoundingBoxAscent { get; }
Property Value
- Number
FontBoundingBoxDescent
[Value("fontBoundingBoxDescent")]
public Number FontBoundingBoxDescent { get; }
Property Value
- Number
Fonts
[Value("fonts")]
public Font[] Fonts { get; }
Property Value
- Font[]
Height
[Value("height")]
public Number Height { get; }
Property Value
- Number
Width
[Value("width")]
public Number Width { get; }
Property Value
- Number