Class WoffConverter

java.lang.Object
com.itextpdf.io.font.WoffConverter

class WoffConverter extends Object
  • Field Details

  • Constructor Details

    • WoffConverter

      WoffConverter()
  • Method Details

    • isWoffFont

      public static boolean isWoffFont(byte[] woffBytes)
    • convert

      public static byte[] convert(byte[] woffBytes) throws IOException
      Throws:
      IOException
    • bytesToUInt

      private static long bytesToUInt(byte[] b, int start)
    • bytesToUShort

      private static int bytesToUShort(byte[] b, int start)