|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.libraries.fonts.afm.AfmFontRecord
public class AfmFontRecord
Creation-Date: 22.07.2007, 17:19:04
| Constructor Summary | |
|---|---|
AfmFontRecord(AfmFont font,
DefaultFontFamily fontFamily)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
FontFamily |
getFamily()
Returns the family for this record. |
java.lang.String |
getFontSource()
Returns the file name used to load the font. |
FontType |
getFontType()
Returns the general type of this font identifier. |
FontIdentifier |
getIdentifier()
|
int |
hashCode()
|
boolean |
isBold()
Returns true, if this font corresponds to a bold version of the font. |
boolean |
isEmbeddable()
|
boolean |
isItalic()
Returns true, if this font includes italic glyphs. |
boolean |
isOblique()
Returns tue, if this font's italic mode is in fact some sort of being oblique. |
boolean |
isScalable()
Defines, whether the font identifier represents a scalable font type. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AfmFontRecord(AfmFont font,
DefaultFontFamily fontFamily)
| Method Detail |
|---|
public FontFamily getFamily()
FontRecord
getFamily in interface FontRecordpublic boolean isBold()
FontRecord
isBold in interface FontRecordpublic boolean isItalic()
FontRecord
isItalic in interface FontRecordpublic boolean isOblique()
FontRecord
isOblique in interface FontRecordpublic FontIdentifier getIdentifier()
getIdentifier in interface FontRecordpublic java.lang.String getFontSource()
FontSource
getFontSource in interface FontSourcepublic boolean isEmbeddable()
isEmbeddable in interface FontSourcepublic boolean isScalable()
FontIdentifier
isScalable in interface FontIdentifierpublic FontType getFontType()
FontIdentifier
getFontType in interface FontIdentifierpublic boolean equals(java.lang.Object o)
equals in interface FontIdentifierequals in class java.lang.Objectpublic int hashCode()
hashCode in interface FontIdentifierhashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||