java.lang.Object
com.google.typography.font.tools.conversion.eot.MtxWriter

public class MtxWriter extends Object
作者:
Raph Levien
  • 字段详细资料

    • REMOVE_TABLES

      private static final Set<Integer> REMOVE_TABLES
  • 构造器详细资料

    • MtxWriter

      public MtxWriter()
  • 方法详细资料

    • createRemoveTables

      private static Set<Integer> createRemoveTables()
    • compress

      public byte[] compress(Font sfntlyFont)
    • writeBE24

      private static void writeBE24(byte[] data, int value, int off)
    • packMtx

      private static byte[] packMtx(byte[] block1, byte[] block2, byte[] block3)
      Compress the blocks and pack them into the final container, as per section 2 of the spec.