1. 14 10月, 2018 4 次提交
  2. 11 10月, 2018 20 次提交
  3. 10 10月, 2018 9 次提交
  4. 09 10月, 2018 3 次提交
  5. 08 10月, 2018 4 次提交
    • B
      [kerx] Minor · 1a5a3325
      Behdad Esfahbod 提交于
      1a5a3325
    • B
      [kerx] Clean up Format2 · c6bb3a58
      Behdad Esfahbod 提交于
      c6bb3a58
    • B
      [kern/kerx] Fix Format2 offsetting · 8aa83d97
      Behdad Esfahbod 提交于
      "The values in the right class table are stored pre-multiplied by the
      number of bytes in a single kerning value, and the values in the left
      class table are stored pre-multiplied by the number of bytes in one
      row. This eliminates needing to multiply the row and column values
      together to determine the location of the kerning value. The array can
      be indexed by doing the right- and left-hand class mappings, adding the
      class values to the address of the array, and fetching the kerning
      value to which the new address points."
      8aa83d97
    • B
      [kerx] Clean up Format0 · ed2a4042
      Behdad Esfahbod 提交于
      ed2a4042