Uses of Interface
org.pentaho.reporting.libraries.fonts.io.FontDataInputSource
-
-
Uses of FontDataInputSource in org.pentaho.reporting.libraries.fonts.afm
Methods in org.pentaho.reporting.libraries.fonts.afm that return FontDataInputSource Modifier and Type Method Description FontDataInputSourceAfmFont. getInput()Constructors in org.pentaho.reporting.libraries.fonts.afm with parameters of type FontDataInputSource Constructor Description AfmFont(FontDataInputSource inputSource, boolean embeddable)FontDataAsciiReader(FontDataInputSource inputSource)FontDataAsciiReader(FontDataInputSource inputSource, int bufferSize) -
Uses of FontDataInputSource in org.pentaho.reporting.libraries.fonts.io
Classes in org.pentaho.reporting.libraries.fonts.io that implement FontDataInputSource Modifier and Type Class Description classFileFontDataInputSourceCreation-Date: 15.12.2005, 15:55:56classResourceFontDataInputSourceThe current use of iText and its inherent dependence on the font filename makes it not feasible to use libLoader for the font loading right now. -
Uses of FontDataInputSource in org.pentaho.reporting.libraries.fonts.pfm
Methods in org.pentaho.reporting.libraries.fonts.pfm that return FontDataInputSource Modifier and Type Method Description FontDataInputSourcePfmFont. getInput()Constructors in org.pentaho.reporting.libraries.fonts.pfm with parameters of type FontDataInputSource Constructor Description PfmFont(FontDataInputSource input, boolean embeddable) -
Uses of FontDataInputSource in org.pentaho.reporting.libraries.fonts.truetype
Methods in org.pentaho.reporting.libraries.fonts.truetype that return FontDataInputSource Modifier and Type Method Description FontDataInputSourceTrueTypeFont. getInputSource()Constructors in org.pentaho.reporting.libraries.fonts.truetype with parameters of type FontDataInputSource Constructor Description TrueTypeFont(FontDataInputSource filename)TrueTypeFont(FontDataInputSource filename, long offset)TrueTypeFont(FontDataInputSource filename, long offset, int collectionIndex)
-