public class FOPGVTFontFamily
extends java.lang.Object
implements org.apache.batik.gvt.font.GVTFontFamily
Constructor and Description |
---|
FOPGVTFontFamily(FontInfo fontInfo,
java.lang.String familyName,
FontTriplet triplet,
org.apache.batik.gvt.font.GVTFontFace fontFace) |
Modifier and Type | Method and Description |
---|---|
FOPGVTFont |
deriveFont(float size,
java.text.AttributedCharacterIterator aci) |
FOPGVTFont |
deriveFont(float size,
java.util.Map attrs) |
java.lang.String |
getFamilyName() |
org.apache.batik.gvt.font.GVTFontFace |
getFontFace() |
FontInfo |
getFontInfo() |
java.lang.String |
getFontKey() |
FontTriplet |
getFontTriplet() |
boolean |
isComplex() |
public FOPGVTFontFamily(FontInfo fontInfo, java.lang.String familyName, FontTriplet triplet, org.apache.batik.gvt.font.GVTFontFace fontFace)
public FontInfo getFontInfo()
public FontTriplet getFontTriplet()
public java.lang.String getFontKey()
public java.lang.String getFamilyName()
getFamilyName
in interface org.apache.batik.gvt.font.GVTFontFamily
public org.apache.batik.gvt.font.GVTFontFace getFontFace()
getFontFace
in interface org.apache.batik.gvt.font.GVTFontFamily
public FOPGVTFont deriveFont(float size, java.text.AttributedCharacterIterator aci)
deriveFont
in interface org.apache.batik.gvt.font.GVTFontFamily
public FOPGVTFont deriveFont(float size, java.util.Map attrs)
deriveFont
in interface org.apache.batik.gvt.font.GVTFontFamily
public boolean isComplex()
isComplex
in interface org.apache.batik.gvt.font.GVTFontFamily
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.