Uses of Interface
org.pentaho.reporting.libraries.fonts.registry.FontFamily
-
-
Uses of FontFamily in org.pentaho.reporting.libraries.fonts.afm
Methods in org.pentaho.reporting.libraries.fonts.afm that return FontFamily Modifier and Type Method Description FontFamily
AfmFontRecord. getFamily()
-
Uses of FontFamily in org.pentaho.reporting.libraries.fonts.awt
Classes in org.pentaho.reporting.libraries.fonts.awt that implement FontFamily Modifier and Type Class Description class
AWTFontFamily
Creation-Date: 16.12.2005, 20:44:11Methods in org.pentaho.reporting.libraries.fonts.awt that return FontFamily Modifier and Type Method Description FontFamily
AWTFontRecord. getFamily()
Returns the family for this record.FontFamily
AWTFontRegistry. getFontFamily(String name)
Constructors in org.pentaho.reporting.libraries.fonts.awt with parameters of type FontFamily Constructor Description AWTFontRecord(FontFamily fontFamily, boolean bold, boolean italics)
-
Uses of FontFamily in org.pentaho.reporting.libraries.fonts.itext
Methods in org.pentaho.reporting.libraries.fonts.itext that return FontFamily Modifier and Type Method Description FontFamily
ITextBuiltInFontRecord. getFamily()
FontFamily
ITextFontRecord. getFamily()
FontFamily
ITextBuiltInFontRegistry. getFontFamily(String name)
Constructors in org.pentaho.reporting.libraries.fonts.itext with parameters of type FontFamily Constructor Description ITextBuiltInFontRecord(FontFamily family, String fullName, boolean bold, boolean italics, boolean oblique)
ITextFontRecord(FontFamily fontFamily, boolean bold, boolean italic, boolean oblique)
-
Uses of FontFamily in org.pentaho.reporting.libraries.fonts.merge
Classes in org.pentaho.reporting.libraries.fonts.merge that implement FontFamily Modifier and Type Class Description class
CompoundFontFamily
Creation-Date: 20.07.2007, 18:54:28Methods in org.pentaho.reporting.libraries.fonts.merge that return FontFamily Modifier and Type Method Description FontFamily
CompoundFontRecord. getFamily()
FontFamily
CompoundFontRegistry. getFontFamily(String name)
Constructors in org.pentaho.reporting.libraries.fonts.merge with parameters of type FontFamily Constructor Description CompoundFontFamily(FontFamily base, FontRegistry registry)
-
Uses of FontFamily in org.pentaho.reporting.libraries.fonts.monospace
Classes in org.pentaho.reporting.libraries.fonts.monospace that implement FontFamily Modifier and Type Class Description class
MonospaceFontFamily
Methods in org.pentaho.reporting.libraries.fonts.monospace that return FontFamily Modifier and Type Method Description FontFamily
MonospaceFontRecord. getFamily()
Returns the family for this record.FontFamily
MonospaceFontRegistry. getFontFamily(String name)
Tries to find a font family with the given name, looking through all alternative font names if neccessary. -
Uses of FontFamily in org.pentaho.reporting.libraries.fonts.pfm
Methods in org.pentaho.reporting.libraries.fonts.pfm that return FontFamily Modifier and Type Method Description FontFamily
PfmFontRecord. getFamily()
-
Uses of FontFamily in org.pentaho.reporting.libraries.fonts.registry
Classes in org.pentaho.reporting.libraries.fonts.registry that implement FontFamily Modifier and Type Class Description class
DefaultFontFamily
Creation-Date: 07.11.2005, 19:45:50Methods in org.pentaho.reporting.libraries.fonts.registry that return FontFamily Modifier and Type Method Description FontFamily
FontRecord. getFamily()
Returns the family for this record.FontFamily
AbstractFontFileRegistry. getFontFamily(String name)
FontFamily
FontRegistry. getFontFamily(String name)
Tries to find a font family with the given name, looking through all alternative font names if neccessary. -
Uses of FontFamily in org.pentaho.reporting.libraries.fonts.truetype
Methods in org.pentaho.reporting.libraries.fonts.truetype that return FontFamily Modifier and Type Method Description FontFamily
TrueTypeFontRecord. getFamily()
Constructors in org.pentaho.reporting.libraries.fonts.truetype with parameters of type FontFamily Constructor Description TrueTypeFontRecord(TrueTypeFont trueTypeFont, FontFamily family)
-