public class FontInfoFinder
extends java.lang.Object
Constructor and Description |
---|
FontInfoFinder() |
Modifier and Type | Method and Description |
---|---|
EmbedFontInfo |
find(java.net.URL fontUrl,
FontResolver resolver,
FontCache fontCache)
Attempts to determine EmbedFontInfo from a given font file.
|
public EmbedFontInfo find(java.net.URL fontUrl, FontResolver resolver, FontCache fontCache)
fontUrl
- font URL. Assumed to be local.resolver
- font resolver used to resolve fontfontCache
- font cache (may be null)Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.