Enum EmfSerifStyle

Enum EmfSerifStyle

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

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

public enum EmfSerifStyle : byte

Fields

PAN_ANY = 0

The Any Style.

PAN_NO_FIT = 1

The No fit Style.

PAN_SERIF_BONE = 8

The Bone Style.

PAN_SERIF_COVE = 2

The Cove Style.

PAN_SERIF_EXAGGERATED = 9

The Exaggerated Style.

PAN_SERIF_FLARED = 14

The Flared Style.

PAN_SERIF_NORMAL_SANS = 11

The Normal sans Style.

PAN_SERIF_OBTUSE_COVE = 3

The Obtuse cove Style.

PAN_SERIF_OBTUSE_SANS = 12

The Obtuse sans Style.

PAN_SERIF_OBTUSE_SQUARE_COVE = 5

The Obtuse square cove Style.

PAN_SERIF_PERP_SANS = 13

The Perp sans Style.

PAN_SERIF_ROUNDED = 15

The Rounded Style.

PAN_SERIF_SQUARE = 6

The Square Style.

PAN_SERIF_SQUARE_COVE = 4

The Square cove Style.

PAN_SERIF_THIN = 7

The Thin Style.

PAN_SERIF_TRIANGLE = 10

The Triangle Style.