Enum EmfProportion

Enum EmfProportion

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)

The Proportion enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.

public enum EmfProportion : byte

Fields

PAN_ANY = 0

The Any proportion.

PAN_NO_FIT = 1

The No fit.

PAN_PROP_CONDENSED = 6

The condensed

PAN_PROP_EVEN_WIDTH = 4

The even width

PAN_PROP_EXPANDED = 5

The expanded

PAN_PROP_MODERN = 3

The modern

PAN_PROP_MONOSPACED = 9

The mono spaced

PAN_PROP_OLD_STYLE = 2

Old style.

PAN_PROP_VERY_CONDENSED = 8

The very condensed

PAN_PROP_VERY_EXPANDED = 7

The very expanded