Packages

 

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

Classes

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

Class EmfSetLinkedUfis

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


    public final class EmfSetLinkedUfis
    extends EmfStateRecordType

    The EMR_SETLINKEDUFIS record sets the UniversalFontIds (section 2.2.27) of the linked fonts to use during character lookup.

    • Constructor Detail

      • EmfSetLinkedUfis

        public EmfSetLinkedUfis(EmfRecord source)

        Initializes a new instance of the EmfSetLinkedUfis class.

        Parameters:
        source - The source.
    • Method Detail

      • getUfis

        public EmfUniversalFontId[] getUfis()

        Gets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts.

      • setUfis

        public void setUfis(EmfUniversalFontId[] value)

        Sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts.