Package com.itextpdf.io.font.woff2
Class Woff2Converter
java.lang.Object
com.itextpdf.io.font.woff2.Woff2Converter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
convert
(byte[] woff2Bytes) static boolean
isWoff2Font
(byte[] woff2Bytes)
-
Constructor Details
-
Woff2Converter
public Woff2Converter()
-
-
Method Details
-
isWoff2Font
public static boolean isWoff2Font(byte[] woff2Bytes) -
convert
public static byte[] convert(byte[] woff2Bytes)
-