Class CustomFontCollection

  • All Implemented Interfaces:
    FontCollection

    public class CustomFontCollection
    extends java.lang.Object
    implements FontCollection
    Sets up a set of custom (embedded) fonts
    • Field Detail

      • embedFontInfoList

        private final java.util.List<EmbedFontInfo> embedFontInfoList
      • useComplexScripts

        private final boolean useComplexScripts
    • Constructor Detail

      • CustomFontCollection

        public CustomFontCollection​(InternalResourceResolver fontResolver,
                                    java.util.List<EmbedFontInfo> customFonts,
                                    boolean useComplexScriptFeatures)
        Main constructor.
        Parameters:
        fontResolver - a font resolver
        customFonts - the list of custom fonts
        useComplexScriptFeatures - true if complex script features enabled
    • Method Detail

      • setup

        public int setup​(int num,
                         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:
        num - the font starting number
        fontInfo - the font info to set up
        Returns:
        the starting font number for the next font to be added