Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfForceUfiMapping

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfForceUfiMapping
    extends EmfStateRecordType

    The EMR_FORCEUFIMAPPING record forces the font mapper to match fonts based on their UniversalFontId in preference to their LogFont (section 2.2.13) information.

    • Constructor Detail

      • EmfForceUfiMapping

        public EmfForceUfiMapping(EmfRecord source)

        Initializes a new instance of the EmfForceUfiMapping class.

        Parameters:
        source - The source.
    • Method Detail

      • getUfi

        public EmfUniversalFontId getUfi()

        Gets or sets the font id to use, specified as a UniversalFontId (section 2.2.27).

      • setUfi

        public void setUfi(EmfUniversalFontId value)

        Gets or sets the font id to use, specified as a UniversalFontId (section 2.2.27).