Packages

 

com.aspose.imaging.fileformats.emf.emfplus.consts

Class EmfPlusDriverStringOptionsFlags

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusDriverStringOptionsFlags


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

    The DriverStringOptions flags specify properties of graphics text positioning and rendering. These flags can be combined to specify multiple options.

    Graphics text output is specified in Records.EmfPlusDrawDriverString records

    • 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 int DriverStringOptionsCmapLookup
      If set, the positions of character glyphs SHOULD be specified in a character map lookup table.
      static int DriverStringOptionsLimitSubpixel
      If set, less memory SHOULD be used to cache anti-aliased glyphs, which produces lower quality text rendering.
      static int DriverStringOptionsRealizedAdvance
      If set, character glyph positions SHOULD be calculated relative to the position of the first glyph.
      static int DriverStringOptionsVertical
      If set, the string SHOULD be rendered vertically.
      • 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

      • DriverStringOptionsCmapLookup

        public static final int DriverStringOptionsCmapLookup

        If set, the positions of character glyphs SHOULD be specified in a character map lookup table. If clear, the glyph positions SHOULD be obtained from an array of coordinates.

        See Also:
        Constant Field Values
      • DriverStringOptionsVertical

        public static final int DriverStringOptionsVertical

        If set, the string SHOULD be rendered vertically. If clear, the string SHOULD be rendered horizontally.

        See Also:
        Constant Field Values
      • DriverStringOptionsRealizedAdvance

        public static final int DriverStringOptionsRealizedAdvance

        If set, character glyph positions SHOULD be calculated relative to the position of the first glyph. If clear, the glyph positions SHOULD be obtained from an array of coordinates.

        See Also:
        Constant Field Values
      • DriverStringOptionsLimitSubpixel

        public static final int DriverStringOptionsLimitSubpixel

        If set, less memory SHOULD be used to cache anti-aliased glyphs, which produces lower quality text rendering. If clear, more memory SHOULD be used, which produces higher quality text rendering.

        See Also:
        Constant Field Values