Class GlyphCheck

java.lang.Object
org.docx4j.fonts.GlyphCheck

public class GlyphCheck
extends java.lang.Object
Check whether a PhysicalFont contains glyph sought.
Author:
jharrop
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static org.slf4j.Logger log  
  • Constructor Summary

    Constructors 
    Constructor Description
    GlyphCheck()  
  • Method Summary

    Modifier and Type Method Description
    static boolean hasChar​(java.lang.String fontName, char c)  
    static boolean hasChar​(PhysicalFont physicalFont, char c)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static org.slf4j.Logger log
  • Constructor Details

  • Method Details

    • hasChar

      public static boolean hasChar​(PhysicalFont physicalFont, char c) throws java.util.concurrent.ExecutionException
      Throws:
      java.util.concurrent.ExecutionException
    • hasChar

      public static boolean hasChar​(java.lang.String fontName, char c) throws java.util.concurrent.ExecutionException
      Throws:
      java.util.concurrent.ExecutionException