Method FromHalfPoints
- Namespace
- DocWright.Core.Primitives
- Assembly
- DocWright.Core.dll
FromHalfPoints(int)
Creates a value from half-points, the unit Word uses for font sizes (ECMA-376 Part 1 §17.18.42 ST_HpsMeasure).
public static Twips FromHalfPoints(int halfPoints)
Parameters
halfPointsintThe length in half-points.
Returns
- Twips
The equivalent length in twips.