Packages

 

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

Class EmfPlusFontStyleFlags

  • 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.EmfPlusFontStyleFlags


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

    The FontStyle flags specify styles of graphics font typefaces. These flags can be combined to specify multiple options.

    Graphics font typefaces are specified by Objects.EmfPlusFont objects

    • 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 FontStyleBold
      If set, the font typeface MUST be rendered with a heavier weight or thickness.
      static int FontStyleItalic
      If set, the font typeface MUST be rendered with the vertical stems of the characters at an increased angle or slant relative to the baseline.
      static int FontStyleStrikeout
      If set, the font typeface MUST be rendered with a line parallel to the baseline drawn through the middle of the characters.
      static int FontStyleUnderline
      If set, the font typeface MUST be rendered with a line underneath the baseline of the characters.
      • 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

      • FontStyleBold

        public static final int FontStyleBold

        If set, the font typeface MUST be rendered with a heavier weight or thickness. If clear, the font typeface MUST be rendered with a normal thickness.

        See Also:
        Constant Field Values
      • FontStyleItalic

        public static final int FontStyleItalic

        If set, the font typeface MUST be rendered with the vertical stems of the characters at an increased angle or slant relative to the baseline. If clear, the font typeface MUST be rendered with the vertical stems of the characters at a normal angle.

        See Also:
        Constant Field Values
      • FontStyleUnderline

        public static final int FontStyleUnderline

        If set, the font typeface MUST be rendered with a line underneath the baseline of the characters. If clear, the font typeface MUST be rendered without a line underneath the baseline.

        See Also:
        Constant Field Values
      • FontStyleStrikeout

        public static final int FontStyleStrikeout

        If set, the font typeface MUST be rendered with a line parallel to the baseline drawn through the middle of the characters. If clear, the font typeface MUST be rendered without a line through the characters.

        See Also:
        Constant Field Values