Class PdfFonts.FontsInfoStore

java.lang.Object
com.stimulsoft.report.export.tools.pdf.PdfFonts.FontsInfoStore
Enclosing class:
PdfFonts

public static class PdfFonts.FontsInfoStore extends Object
Accessory class FontsInfoStore
  • Constructor Details

    • FontsInfoStore

      public FontsInfoStore()
  • Method Details

    • loadFontInfoToStore

      public static void loadFontInfoToStore(String fontName, byte[] data)
      Load font info to store
      Parameters:
      fontName -
      data -
    • clearFontsInfoStore

      public static void clearFontsInfoStore()
      Clear fonts info store
    • getFontInfo

      public com.stimulsoft.report.export.tools.pdf.PdfFonts.FontsInfoStore.FontInfo getFontInfo(StiFont font)
      Get font info
      Parameters:
      font - StiFont
      Returns:
      PdfFonts.FontsInfoStore.FontInfo