Font.EmHeight Property

Gets an em height of the font (also known as em square or em size).

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public float EmHeight { get; }

Property Value

The em height of the font.

Remarks

This parameter means the size of the glyphs in design units. Width and height of the glyph are always the same, that's why sometimes it is called em square.

Typically this size is divisible to 1024 (usually 1024 or 2048).

See Also

Reference