Class FontMapping<T extends FontBoxFont>

    • Constructor Detail

      • FontMapping

        public FontMapping​(T font,
                           boolean isFallback)
    • Method Detail

      • getFont

        public T getFont()
        Returns the mapped, FontBox font. This is never null.
      • isFallback

        public boolean isFallback()
        Returns true if the mapped font is a fallback, i.e. a substitute based on basic font style, such as bold/italic, rather than font name.