Package org.docx4j.fonts
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.Loggerlog -
Constructor Summary
Constructors Constructor Description GlyphCheck() -
Method Summary
Modifier and Type Method Description static booleanhasChar(java.lang.String fontName, char c)static booleanhasChar(PhysicalFont physicalFont, char c)
-
Field Details
-
log
protected static org.slf4j.Logger log
-
-
Constructor Details
-
GlyphCheck
public GlyphCheck()
-
-
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
-