Package org.xhtmlrenderer.extend
Interface FontResolver
-
- All Known Implementing Classes:
AWTFontResolver,AWTFontResolver
public interface FontResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflushCache()FSFontresolveFont(SharedContext renderingContext, FontSpecification spec)
-
-
-
Method Detail
-
resolveFont
FSFont resolveFont(SharedContext renderingContext, FontSpecification spec)
-
flushCache
void flushCache()
-
-