Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfOutPrecision

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


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

    The OutPrecision enumeration defines values for output precision, which is the requirement for the font mapper to match specific font parameters, including height, width, character orientation, escapement, pitch, and font type.

    • 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
      A value that specifies default behavior.
      static byte Device
      A value that specifies the choice of a device font when the system contains multiple fonts with the same name.
      static byte Outline
      A value that specifies the requirement for TrueType and other outline fonts.
      static byte PsOnly
      A value that specifies a requirement for only PostScript fonts.
      static byte Raster
      A value that specifies the choice of a rasterized font when the system contains multiple fonts with the same name.
      static byte ScreenOutline
      A value that specifies a preference for TrueType and other outline fonts.
      static byte String
      A value that is returned when rasterized fonts are enumerated.
      static byte Stroke
      A value that is returned when TrueType and other outline fonts, and vector fonts are enumerated.
      static byte Tt
      A value that specifies the choice of a TrueType font when the system contains multiple fonts with the same name.
      static byte TtOnly
      A value that specifies the requirement for only TrueType fonts.
      • 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

        public static final byte Default

        A value that specifies default behavior.

        See Also:
        Constant Field Values
      • String

        public static final byte String

        A value that is returned when rasterized fonts are enumerated.

        See Also:
        Constant Field Values
      • Stroke

        public static final byte Stroke

        A value that is returned when TrueType and other outline fonts, and vector fonts are enumerated.

        See Also:
        Constant Field Values
      • Tt

        public static final byte Tt

        A value that specifies the choice of a TrueType font when the system contains multiple fonts with the same name.

        See Also:
        Constant Field Values
      • Device

        public static final byte Device

        A value that specifies the choice of a device font when the system contains multiple fonts with the same name.

        See Also:
        Constant Field Values
      • Raster

        public static final byte Raster

        A value that specifies the choice of a rasterized font when the system contains multiple fonts with the same name.

        See Also:
        Constant Field Values
      • TtOnly

        public static final byte TtOnly

        A value that specifies the requirement for only TrueType fonts. If there are no TrueType fonts installed in the system, default behavior is specified.

        See Also:
        Constant Field Values
      • Outline

        public static final byte Outline

        A value that specifies the requirement for TrueType and other outline fonts.

        See Also:
        Constant Field Values
      • ScreenOutline

        public static final byte ScreenOutline

        A value that specifies a preference for TrueType and other outline fonts.

        See Also:
        Constant Field Values
      • PsOnly

        public static final byte PsOnly

        A value that specifies a requirement for only PostScript fonts. If there are no PostScript fonts installed in the system, default behavior is specified.

        See Also:
        Constant Field Values