com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IFontSources

  • All Known Implementing Classes:
    FontSources


    public interface IFontSources

    Provides file and memory sources for external fonts.

    • Method Detail

      • getFontFolders

        java.lang.String[] getFontFolders()

        Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.

      • setFontFolders

        void setFontFolders(java.lang.String[] value)

        Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.

      • getMemoryFonts

        byte[][] getMemoryFonts()

        A collection of fonts represented as byte arrays.

      • setMemoryFonts

        void setMemoryFonts(byte[][] value)

        A collection of fonts represented as byte arrays.