Class AFPFontCollection

  • All Implemented Interfaces:
    FontCollection

    public class AFPFontCollection
    extends java.lang.Object
    implements FontCollection
    A base collection of AFP fonts
    • Constructor Summary

      Constructors 
      Constructor Description
      AFPFontCollection​(org.apache.fop.events.EventBroadcaster eventBroadcaster, java.util.List<AFPFontInfo> fontInfoList)
      Main constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int setup​(int start, FontInfo fontInfo)
      Sets up fonts in a font info object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AFPFontCollection

        public AFPFontCollection​(org.apache.fop.events.EventBroadcaster eventBroadcaster,
                                 java.util.List<AFPFontInfo> fontInfoList)
        Main constructor
        Parameters:
        eventBroadcaster - the event broadcaster
        fontInfoList - the font info list
    • Method Detail

      • setup

        public int setup​(int start,
                         FontInfo fontInfo)
        Sets up fonts in a font info object. Adds metrics for basic fonts and useful family-style-weight triplets for lookup.
        Specified by:
        setup in interface FontCollection
        Parameters:
        start - the font starting number
        fontInfo - the font info to set up
        Returns:
        the starting font number for the next font to be added