Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfSetMapperFlags

  • All Implemented Interfaces:
    Cloneable


    public class WmfSetMapperFlags
    extends WmfObject

    The META_SETMAPPERFLAGS record defines the algorithm that the font mapper uses when it maps logical fonts to physical fonts.

    • Constructor Detail

      • WmfSetMapperFlags

        public WmfSetMapperFlags()
    • Method Detail

      • getMapperValues

        public int getMapperValues()

        Gets or sets the mapper values.

        Value: The font mapper attempts to match a font aspect ratio to the current device aspect ratio. If bit zero is set, the mapper selects only matching fonts.
      • setMapperValues

        public void setMapperValues(int value)

        Gets or sets the mapper values.

        Value: The font mapper attempts to match a font aspect ratio to the current device aspect ratio. If bit zero is set, the mapper selects only matching fonts.