com.stimulsoft.report.export.tools.pdf
Class PdfFonts.FontsInfoStore

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

public static class PdfFonts.FontsInfoStore
extends java.lang.Object

Accessory class FontsInfoStore


Nested Class Summary
 class PdfFonts.FontsInfoStore.FontStyleInfo
          Accessory class FontStyleInfo
 
Constructor Summary
PdfFonts.FontsInfoStore()
           
 
Method Summary
static void clearFontsInfoStore()
          Clear fonts info store
 com.stimulsoft.report.export.tools.pdf.PdfFonts.FontsInfoStore.FontInfo getFontInfo(StiFont font)
          Get font info
static void loadFontInfoToStore(java.lang.String fontName, byte[] data)
          Load font info to store
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfFonts.FontsInfoStore

public PdfFonts.FontsInfoStore()
Method Detail

loadFontInfoToStore

public static void loadFontInfoToStore(java.lang.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:
FontInfo