WdNumberForm Enum

Definition

Specifies the number form setting for an OpenType font.

public enum class WdNumberForm
public enum WdNumberForm
type WdNumberForm = 
Public Enum WdNumberForm
Inheritance
WdNumberForm

Fields

wdNumberFormDefault 0

Applies the default number form for the font.

wdNumberFormLining 1

Applies the lining number form to the font.

wdNumberFormOldStyle 2

Applies the "old-style" number form to the font.

Remarks

Numbers in OpenType fonts that support these properties can be displayed either with alignment above the baseline of the text (called "lining") or with descenders crossing below the baseline (called "hanging" or "old style"). Use the NumberForm property to set the number form for a font.

Applies to