Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfFamilyFont

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


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

    The FamilyFont enumeration specifies the font family. Font families describe the look of a font in a general way. They are intended for specifying fonts when the exact typeface desired is not available.

    • 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 Decorative
      Novelty fonts.
      static byte Dontcare
      The default font is specified, which is implementation-dependent.
      static byte Modern
      Fonts with constant stroke width, with or without serifs.
      static byte Roman
      Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which have serifs.
      static byte Script
      Fonts designed to look like handwriting.
      static byte Swiss
      Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which do not have serifs.
      • 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

      • Dontcare

        public static final byte Dontcare

        The default font is specified, which is implementation-dependent.

        See Also:
        Constant Field Values
      • Roman

        public static final byte Roman

        Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which have serifs. "MS Serif" is an example.

        See Also:
        Constant Field Values
      • Swiss

        public static final byte Swiss

        Fonts with variable stroke widths, which are proportional to the actual widths of the glyphs, and which do not have serifs. "MS Sans Serif" is an example.

        See Also:
        Constant Field Values
      • Modern

        public static final byte Modern

        Fonts with constant stroke width, with or without serifs. Fixed-width fonts are usually modern. "Pica", "Elite", and "Courier New" are examples.

        See Also:
        Constant Field Values
      • Script

        public static final byte Script

        Fonts designed to look like handwriting. "Script" and "Cursive" are examples.

        See Also:
        Constant Field Values
      • Decorative

        public static final byte Decorative

        Novelty fonts. "Old English" is an example.

        See Also:
        Constant Field Values