fop 0.94

org.apache.fop.fonts.autodetect
Class FontInfoFinder

java.lang.Object
  extended by org.apache.fop.fonts.autodetect.FontInfoFinder

public class FontInfoFinder
extends java.lang.Object

Attempts to determine correct FontInfo


Constructor Summary
FontInfoFinder()
           
 
Method Summary
 EmbedFontInfo find(java.io.File fontFile, FontResolver resolver, FontCache fontCache)
          Attempts to determine EmbedFontInfo from a given font file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontInfoFinder

public FontInfoFinder()
Method Detail

find

public EmbedFontInfo find(java.io.File fontFile,
                          FontResolver resolver,
                          FontCache fontCache)
Attempts to determine EmbedFontInfo from a given font file.

Parameters:
fontFile - font file
resolver - font resolver used to resolve font
fontCache - font cache (may be null)
Returns:
newly created embed font info

fop 0.94

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.