Enum WmfPitchFont

Enum WmfPitchFont

Namespace: Aspose.Imaging.FileFormats.Wmf.Consts
Assembly: Aspose.Imaging.dll (25.7.0)

The PitchFont enumeration defines values that are used for specifying characteristics of a font.The values are used to indicate whether the characters in a font have a fixed or variable width, or pitch.

public enum WmfPitchFont
    {
        ANSI_CHARSET = 0,
        DEFAULT_CHARSET = 1,
        SYMBOL_CHARSET = 2,
        SHIFT_JIS_CHARSET = 128,
        HANGEUL_CHARSET = 130,
        HANGUL_JAMO = 131,
        CHINESEBIG5 = 136,
        OEM_CHARSET = 255
    }

Fields

DEFAULT_PITCH = 0

The default pitch, which is implementation-dependent.

FIXED_PITCH = 1

A fixed pitch, which means that all the characters in the font occupy the samewidth when output in a string.

VARIABLE_PITCH = 2

A variable pitch, which means that the characters in the font occupy widthsthat are proportional to the actual widths of the glyphs when output in a string. For example,the “i” and space characters usually have much smaller widths than a “W” or “O” character.

 English