Class GlyphRendering


  • public class GlyphRendering
    extends java.lang.Object
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Method Detail

      • initGlyphRenderer

        protected void initGlyphRenderer()
      • resolveUnicodeBlock

        protected java.lang.Character.UnicodeBlock resolveUnicodeBlock​(java.lang.String name)
      • canUseGlyphRendering

        protected boolean canUseGlyphRendering​(JRPrintText text,
                                               JRStyledText styledText,
                                               java.util.Locale locale,
                                               boolean awtIgnoreMissingFont)
      • extractFontKey

        protected GlyphRendering.FontKey extractFontKey​(java.util.Map<java.text.AttributedCharacterIterator.Attribute,​java.lang.Object> attributes,
                                                        java.util.Locale locale)
      • canUseGlyphRendering

        protected boolean canUseGlyphRendering​(GlyphRendering.FontKey fontKey,
                                               boolean awtIgnoreMissingFont)
      • toUseGlyphRenderer

        public boolean toUseGlyphRenderer​(JRPrintText text)