Uses of Interface
org.pentaho.reporting.libraries.fonts.registry.FontRecord
-
-
Uses of FontRecord in org.pentaho.reporting.libraries.fonts.afm
Classes in org.pentaho.reporting.libraries.fonts.afm that implement FontRecord Modifier and Type Class Description classAfmFontRecordCreation-Date: 22.07.2007, 17:19:04 -
Uses of FontRecord in org.pentaho.reporting.libraries.fonts.awt
Classes in org.pentaho.reporting.libraries.fonts.awt that implement FontRecord Modifier and Type Class Description classAWTFontRecordCreation-Date: 16.12.2005, 20:06:51Methods in org.pentaho.reporting.libraries.fonts.awt that return FontRecord Modifier and Type Method Description FontRecordAWTFontFamily. getFontRecord(boolean bold, boolean italics)This selects the most suitable font in that family. -
Uses of FontRecord in org.pentaho.reporting.libraries.fonts.merge
Classes in org.pentaho.reporting.libraries.fonts.merge that implement FontRecord Modifier and Type Class Description classCompoundFontRecordCreation-Date: 20.07.2007, 18:55:08Methods in org.pentaho.reporting.libraries.fonts.merge that return FontRecord Modifier and Type Method Description FontRecordCompoundFontRecord. getBase()FontRecordCompoundFontFamily. getFontRecord(boolean bold, boolean italics)Constructors in org.pentaho.reporting.libraries.fonts.merge with parameters of type FontRecord Constructor Description CompoundFontRecord(FontRecord base, CompoundFontFamily family, boolean boldSpecified, boolean italicsSpecified) -
Uses of FontRecord in org.pentaho.reporting.libraries.fonts.monospace
Classes in org.pentaho.reporting.libraries.fonts.monospace that implement FontRecord Modifier and Type Class Description classMonospaceFontRecordCreation-Date: 13.05.2007, 13:14:16Methods in org.pentaho.reporting.libraries.fonts.monospace that return FontRecord Modifier and Type Method Description FontRecordMonospaceFontFamily. getFontRecord(boolean bold, boolean italics)This selects the most suitable font in that family. -
Uses of FontRecord in org.pentaho.reporting.libraries.fonts.pfm
Classes in org.pentaho.reporting.libraries.fonts.pfm that implement FontRecord Modifier and Type Class Description classPfmFontRecordCreation-Date: 21.07.2007, 19:12:20 -
Uses of FontRecord in org.pentaho.reporting.libraries.fonts.registry
Subinterfaces of FontRecord in org.pentaho.reporting.libraries.fonts.registry Modifier and Type Interface Description interfaceFontSourceCreation-Date: 13.05.2007, 13:43:54Methods in org.pentaho.reporting.libraries.fonts.registry that return FontRecord Modifier and Type Method Description FontRecordDefaultFontFamily. getFontRecord(boolean bold, boolean italics)FontRecordFontFamily. getFontRecord(boolean bold, boolean italics)This selects the most suitable font in that family.Methods in org.pentaho.reporting.libraries.fonts.registry with parameters of type FontRecord Modifier and Type Method Description voidDefaultFontFamily. addFontRecord(FontRecord record) -
Uses of FontRecord in org.pentaho.reporting.libraries.fonts.truetype
Classes in org.pentaho.reporting.libraries.fonts.truetype that implement FontRecord Modifier and Type Class Description classTrueTypeFontRecordA true-type font record.
-