[]
        
(Showing Draft Content)

IFontProvider

Interface IFontProvider


public interface IFontProvider
Provides the font provider.
  • Method Summary

    Modifier and Type
    Method
    Description
    getFont(String fontFilePath)
    Returns the corresponding font stream by the font file path.
    Returns the font file paths that will be used when using Auto fit, PDF export, and Image export.
  • Method Details

    • getFontFilePaths

      List<String> getFontFilePaths()
      Returns the font file paths that will be used when using Auto fit, PDF export, and Image export.
    • getFont

      InputStream getFont(String fontFilePath)
      Returns the corresponding font stream by the font file path. The font stream will be closed after being used.