public class FOPFontFamilyResolverImpl extends java.lang.Object implements FOPFontFamilyResolver
Constructor and Description |
---|
FOPFontFamilyResolverImpl(FontInfo fontInfo) |
Modifier and Type | Method and Description |
---|---|
FOPGVTFontFamily |
getDefault() |
FOPGVTFontFamily |
getFamilyThatCanDisplay(char c) |
org.apache.batik.gvt.font.GVTFontFamily |
loadFont(java.io.InputStream in,
org.apache.batik.bridge.FontFace fontFace) |
FOPGVTFontFamily |
resolve(java.lang.String familyName) |
FOPGVTFontFamily |
resolve(java.lang.String familyName,
org.apache.batik.bridge.FontFace fontFace) |
public FOPFontFamilyResolverImpl(FontInfo fontInfo)
public FOPGVTFontFamily resolve(java.lang.String familyName)
resolve
in interface org.apache.batik.bridge.FontFamilyResolver
resolve
in interface FOPFontFamilyResolver
public FOPGVTFontFamily resolve(java.lang.String familyName, org.apache.batik.bridge.FontFace fontFace)
resolve
in interface org.apache.batik.bridge.FontFamilyResolver
public org.apache.batik.gvt.font.GVTFontFamily loadFont(java.io.InputStream in, org.apache.batik.bridge.FontFace fontFace) throws java.lang.Exception
loadFont
in interface org.apache.batik.bridge.FontFamilyResolver
java.lang.Exception
public FOPGVTFontFamily getDefault()
getDefault
in interface org.apache.batik.bridge.FontFamilyResolver
getDefault
in interface FOPFontFamilyResolver
public FOPGVTFontFamily getFamilyThatCanDisplay(char c)
getFamilyThatCanDisplay
in interface org.apache.batik.bridge.FontFamilyResolver
getFamilyThatCanDisplay
in interface FOPFontFamilyResolver
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.