fop 2.2

org.apache.fop.render.afp
Class AFPFontConfig.AFPTrueTypeFont

java.lang.Object
  extended by org.apache.fop.fonts.Typeface
      extended by org.apache.fop.afp.fonts.AFPFont
          extended by org.apache.fop.afp.fonts.AbstractOutlineFont
              extended by org.apache.fop.afp.fonts.OutlineFont
                  extended by org.apache.fop.render.afp.AFPFontConfig.AFPTrueTypeFont
All Implemented Interfaces:
FontMetrics
Enclosing class:
AFPFontConfig

public static class AFPFontConfig.AFPTrueTypeFont
extends OutlineFont


Field Summary
 
Fields inherited from class org.apache.fop.afp.fonts.AbstractOutlineFont
charSet
 
Fields inherited from class org.apache.fop.afp.fonts.AFPFont
name
 
Fields inherited from class org.apache.fop.fonts.Typeface
eventListener, NOT_FOUND
 
Constructor Summary
AFPFontConfig.AFPTrueTypeFont(java.lang.String name, boolean embeddable, CharacterSet charSet, AFPEventProducer eventProducer, java.lang.String ttc, java.net.URI uri)
           
 
Method Summary
 FontType getFontType()
          Returns the type of the font.
 java.lang.String getTTC()
           
 java.net.URI getUri()
           
 
Methods inherited from class org.apache.fop.afp.fonts.OutlineFont
getBoundingBox, getWidth
 
Methods inherited from class org.apache.fop.afp.fonts.AbstractOutlineFont
getAscender, getCapHeight, getCharacterSet, getCharacterSet, getDescender, getEncodingName, getUnderlinePosition, getUnderlineThickness, getXHeight, hasChar, mapChar
 
Methods inherited from class org.apache.fop.afp.fonts.AFPFont
getEmbedFontName, getFamilyNames, getFontName, getFontURI, getFullName, getKerningInfo, getStrikeoutPosition, getStrikeoutThickness, getWidths, hasKerningInfo, isEmbeddable, toString, toUnicodeCodepoint
 
Methods inherited from class org.apache.fop.fonts.Typeface
getMaxAscent, hadMappingOperations, hasFeature, isMultiByte, notifyMapOperation, setEventListener, warnMissingGlyph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AFPFontConfig.AFPTrueTypeFont

public AFPFontConfig.AFPTrueTypeFont(java.lang.String name,
                                     boolean embeddable,
                                     CharacterSet charSet,
                                     AFPEventProducer eventProducer,
                                     java.lang.String ttc,
                                     java.net.URI uri)
Method Detail

getFontType

public FontType getFontType()
Description copied from class: AFPFont
Returns the type of the font.

Specified by:
getFontType in interface FontMetrics
Overrides:
getFontType in class AFPFont
Returns:
the font type

getTTC

public java.lang.String getTTC()

getUri

public java.net.URI getUri()

fop 2.2

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