FirstBaselineOffset Enumeration

Specifies a starting point of the first baseline of text.

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

Syntax

C#
public enum FirstBaselineOffset

Members

Member name Description
Ascent

Fits the top of a lowercase d inside the text frame.

CapHeight

Sets the tops of uppercase letters at the top inset of the text frame.

EmBox

Sets the distance between the baseline of the text and the top inset of the text frame.

Fixed

Sets a specific distance between the baseline of the first text line and the top inset of the text frame.

Leading

Uses the leading value of the first text line as the distance between the top inset and the first baseline.

xHeight

Fits the top of a lowercase x inside the text frame.

See Also

Reference