| An abstract representation of a font. Fonts in JasperReports are very complex because of the library portability
across operating systems and export formats. This interface provides basic font functionality methods for
managing font attributes and special PDF font attributes.
Users can define report level fonts that can be referenced by name in text elements. Their default properties
can be overriden in each element (for example, a text element can use a report level font and just change its
"underline" attribute). All the "own" methods in this class actually return the override values of font properties.
author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRFont.java 1504 2006-11-22 15:13:56Z teodord $ |