Uses of Class
org.extex.font.FontKey

Packages that use FontKey
org.extex.engine.exception This package contains exception classes for the interpreter component. 
org.extex.font This package contains the core data types for fonts in ExTeX. 
org.extex.font.exception This package contains the exceptions for the font system of ExTeX. 
org.extex.font.format   
org.extex.font.format.afm This package contains the definitions and implementations for the AFM (Type1) font handling in ExTeX. 
org.extex.font.format.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
org.extex.font.format.vf This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. 
org.extex.font.format.xtf This package contains the definitions and implementations for the TTF/OTF font handling in ExTeX. 
org.extex.font.manager   
org.extex.typesetter.tc.font   
org.extex.typesetter.tc.font.impl   
 

Uses of FontKey in org.extex.engine.exception
 

Methods in org.extex.engine.exception that return FontKey
 FontKey RegistrarFontNotFoundException.getKey()
          Getter for key.
 

Constructors in org.extex.engine.exception with parameters of type FontKey
RegistrarFontNotFoundException(FontKey key)
          Creates a new object.
 

Uses of FontKey in org.extex.font
 

Fields in org.extex.font declared as FontKey
static FontKey FontKeyFactory.NULL_KEY
          Fontkey for null.
 

Methods in org.extex.font that return FontKey
 FontKey BackendFont.getActualFontKey()
          Returns the actual FontKey for this font after a font substitution.
 FontKey BaseFont.getActualFontKey()
          Returns the actual FontKey for this font after a font substitution.
 FontKey BaseFont.getFontKey()
          Returns the FontKey for this font.
 FontKey FontFactoryImpl.getFontKey(FontKey fontKey, FixedDimen size)
           
 FontKey CoreFontFactory.getFontKey(FontKey fontKey, FixedDimen size)
          Returns a font key for the font.
 FontKey FontFactoryImpl.getFontKey(java.lang.String fontName)
          Returns a font key for the font.
 FontKey CoreFontFactory.getFontKey(java.lang.String fontName)
          Returns a font key for the font.
 FontKey FontFactoryImpl.getFontKey(java.lang.String fontName, FixedDimen size)
          Returns a font key for the font.
 FontKey CoreFontFactory.getFontKey(java.lang.String fontName, FixedDimen size)
          Returns a font key for the font.
 FontKey FontFactoryImpl.getFontKey(java.lang.String fontName, FixedDimen size, java.util.Map<java.lang.String,?> map)
          Returns a font key for the font.
 FontKey CoreFontFactory.getFontKey(java.lang.String fontName, FixedDimen size, java.util.Map<java.lang.String,?> map)
          Returns a font key for the font.
 FontKey FontFactoryImpl.getFontKey(java.lang.String fontName, FixedDimen size, java.util.Map<java.lang.String,?> map, java.util.List<java.lang.String> feature)
          Returns a font key for the font.
 FontKey CoreFontFactory.getFontKey(java.lang.String fontName, FixedDimen size, java.util.Map<java.lang.String,?> map, java.util.List<java.lang.String> feature)
          Returns a font key for the font.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.util.List<java.lang.String> tag)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.util.Map<java.lang.String,?> theMap)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.util.Map<java.lang.String,?> theMap, java.util.List<java.lang.String> tag)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.lang.String key, boolean value)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.lang.String key, FixedDimen value)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.lang.String key, java.lang.String value)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(java.lang.String theFontname)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(java.lang.String theFontname, FixedDimen size)
          Returns a new font key instance.
 

Methods in org.extex.font with parameters of type FontKey
 boolean FontKey.eq(FontKey k)
          Check, if the font keys are equals.
 BackendFont FontFactoryImpl.getBackendFont(FontKey key)
          Return the font for the backend.
 BackendFont BackendFontFactory.getBackendFont(FontKey key)
          Return the font for the backend.
 FontKey FontFactoryImpl.getFontKey(FontKey fontKey, FixedDimen size)
           
 FontKey CoreFontFactory.getFontKey(FontKey fontKey, FixedDimen size)
          Returns a font key for the font.
 ExtexFont FontFactoryImpl.getInstance(FontKey key)
          Return a new instance.
 ExtexFont CoreFontFactory.getInstance(FontKey key)
          Return a new instance.
 void LoadableFont.loadFont(java.io.InputStream in, CoreFontFactory factory, FontKey fontKey)
          Load a font from the stream.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.util.List<java.lang.String> tag)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.util.Map<java.lang.String,?> theMap)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.util.Map<java.lang.String,?> theMap, java.util.List<java.lang.String> tag)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.lang.String key, boolean value)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.lang.String key, FixedDimen value)
          Returns a new font key instance.
 FontKey FontKeyFactory.newInstance(FontKey fk, java.lang.String key, java.lang.String value)
          Returns a new font key instance.
 boolean BackendFontManager.recognize(FontKey fontKey, UnicodeChar uc)
          Take a character and a font and see if they can be managed by this manager.
 

Constructors in org.extex.font with parameters of type FontKey
FontKey(FontKey fk)
          Create a new object (only in the same name space!).
 

Uses of FontKey in org.extex.font.exception
 

Constructors in org.extex.font.exception with parameters of type FontKey
CorruptFontException(FontKey key, java.lang.String msg)
          Creates a new object.
 

Uses of FontKey in org.extex.font.format
 

Methods in org.extex.font.format that return FontKey
 FontKey NullExtexFont.getActualFontKey()
          Returns the actual FontKey for this font after a font substitution.
 FontKey NullExtexFont.getFontKey()
          Returns the FontKey for this font.
 

Uses of FontKey in org.extex.font.format.afm
 

Methods in org.extex.font.format.afm that return FontKey
 FontKey LoadableAfmFont.getActualFontKey()
          Returns the actual FontKey for this font after a font substitution.
 FontKey LoadableAfmFont.getFontKey()
          Returns the FontKey for this font.
 

Methods in org.extex.font.format.afm with parameters of type FontKey
 void LoadableAfmFont.loadFont(java.io.InputStream in, CoreFontFactory factory, FontKey key)
          Load a font from the stream.
 

Uses of FontKey in org.extex.font.format.tfm
 

Methods in org.extex.font.format.tfm that return FontKey
 FontKey LoadableTfmFont.getActualFontKey()
          Returns the actual FontKey for this font after a font substitution.
 FontKey LoadableTfmFont.getFontKey()
          Returns the FontKey for this font.
 

Methods in org.extex.font.format.tfm with parameters of type FontKey
 void LoadableTfmFont.loadFont(java.io.InputStream in, CoreFontFactory factory, FontKey key)
          Load a font from the stream.
 

Uses of FontKey in org.extex.font.format.vf
 

Methods in org.extex.font.format.vf that return FontKey
 FontKey LoadableVfFont.getActualFontKey()
          Returns the actual FontKey for this font after a font substitution.
 FontKey LoadableVfFont.getFontKey()
          Returns the FontKey for this font.
 

Methods in org.extex.font.format.vf with parameters of type FontKey
 void LoadableVfFont.loadFont(java.io.InputStream in, CoreFontFactory factory, FontKey fontKey)
          Load a font from the stream.
 

Uses of FontKey in org.extex.font.format.xtf
 

Methods in org.extex.font.format.xtf that return FontKey
 FontKey LoadableXtfFont.getActualFontKey()
          Returns the actual FontKey for this font after a font substitution.
 FontKey LoadableXtfFont.getFontKey()
          Returns the FontKey for this font.
 

Methods in org.extex.font.format.xtf with parameters of type FontKey
 void LoadableXtfFont.loadFont(java.io.InputStream in, CoreFontFactory factory, FontKey key)
          Load a font from the stream.
 

Uses of FontKey in org.extex.font.manager
 

Fields in org.extex.font.manager with type parameters of type FontKey
protected  java.util.Map<FontKey,ManagerInfo> AbstractBackendFontManager.fontList
          The font list.
 

Methods in org.extex.font.manager that return FontKey
 FontKey ManagerInfo.getFontKey()
          Getter for fontKey.
 

Methods in org.extex.font.manager with parameters of type FontKey
 boolean XtfBackendFontManager.recognize(FontKey fontKey, UnicodeChar uc)
          Take a character and a font and see if they can be managed by this manager.
 boolean AfmBackendFontManager.recognize(FontKey fontKey, UnicodeChar uc)
          Take a character and a font and see if they can be managed by this manager.
 boolean BackendFontManagerList.recognize(FontKey fontKey, UnicodeChar uc)
          Take a character and a font and see if they can be managed by this manager.
 boolean TfmBackendFontManager.recognize(FontKey fontKey, UnicodeChar uc)
          Take a character and a font and see if they can be managed by this manager.
 

Constructors in org.extex.font.manager with parameters of type FontKey
ManagerInfo(FontKey fontKey, BackendFontManager manager)
          Creates a new object.
 

Uses of FontKey in org.extex.typesetter.tc.font
 

Methods in org.extex.typesetter.tc.font that return FontKey
 FontKey Font.getActualFontKey()
          Returns the actual FontKey for this font.
 FontKey Font.getFontKey()
          Returns the FontKey for this font.
 

Uses of FontKey in org.extex.typesetter.tc.font.impl
 

Methods in org.extex.typesetter.tc.font.impl that return FontKey
 FontKey FontImpl.getActualFontKey()
          Returns the actual FontKey for this font.
 FontKey NullFont.getActualFontKey()
          Returns the actual FontKey for this font.
 FontKey FontImpl.getFontKey()
          Returns the key for the font.
 FontKey NullFont.getFontKey()
          Returns the key for the font.