Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfPitchFont

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.wmf.consts.WmfPitchFont


  • public final class WmfPitchFont
    extends com.aspose.ms.System.Enum

    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.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static byte DEFAULT_PITCH
      The default pitch, which is implementation-dependent.
      static byte FIXED_PITCH
      A fixed pitch, which means that all the characters in the font occupy the same width when output in a string.
      static byte VARIABLE_PITCH
      A variable pitch, which means that the characters in the font occupy widths that are proportional to the actual widths of the glyphs when output in a string.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • DEFAULT_PITCH

        public static final byte DEFAULT_PITCH

        The default pitch, which is implementation-dependent.

        See Also:
        Constant Field Values
      • FIXED_PITCH

        public static final byte FIXED_PITCH

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

        See Also:
        Constant Field Values
      • VARIABLE_PITCH

        public static final byte VARIABLE_PITCH

        A variable pitch, which means that the characters in the font occupy widths that 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.

        See Also:
        Constant Field Values