| |
|
| java.lang.Object org.apache.batik.gvt.font.AWTFontFamily
AWTFontFamily | public class AWTFontFamily implements GVTFontFamily(Code) | | A font family class for AWT fonts.
author: Bella Robinson version: $Id: AWTFontFamily.java 475477 2006-11-15 22:44:28Z cam $ |
Method Summary | |
public GVTFont | deriveFont(float size, AttributedCharacterIterator aci) Derives a GVTFont object of the correct size.
Parameters: size - The required size of the derived font. Parameters: aci - The character iterator that will be rendered usingthe derived font. | public GVTFont | deriveFont(float size, Map attrs) Derives a GVTFont object of the correct size from an attribute Map. | public String | getFamilyName() Returns the font family name. | public GVTFontFace | getFontFace() Returns the font-face information for this font family. |
AWTFontFamily | public AWTFontFamily(GVTFontFace fontFace)(Code) | | Constructs an AWTFontFamily with the specified familyName.
Parameters: fontFace - The name of the font family. |
AWTFontFamily | public AWTFontFamily(String familyName)(Code) | | Constructs an AWTFontFamily with the specified familyName.
Parameters: familyName - The name of the font family. |
AWTFontFamily | public AWTFontFamily(GVTFontFace fontFace, Font font)(Code) | | Constructs an AWTFontFamily with the specified familyName.
Parameters: fontFace - The name of the font family. |
deriveFont | public GVTFont deriveFont(float size, AttributedCharacterIterator aci)(Code) | | Derives a GVTFont object of the correct size.
Parameters: size - The required size of the derived font. Parameters: aci - The character iterator that will be rendered usingthe derived font. |
deriveFont | public GVTFont deriveFont(float size, Map attrs)(Code) | | Derives a GVTFont object of the correct size from an attribute Map.
Parameters: size - The required size of the derived font. Parameters: attrs - The Attribute Map to get Values from. |
getFamilyName | public String getFamilyName()(Code) | | Returns the font family name.
The family name. |
getFontFace | public GVTFontFace getFontFace()(Code) | | Returns the font-face information for this font family.
|
|
|
|