1. 01 9月, 2018 2 次提交
  2. 30 8月, 2018 2 次提交
    • M
      CFF2 subroutine flattner · 9fd08cc2
      Michiharu Ariza 提交于
      Factored out CFF1 & CFF2 common subsetting code in hb-subset-cff-common.hh
      9fd08cc2
    • M
      Subroutine flattener for CFF1 · a11420b4
      Michiharu Ariza 提交于
      Subr-flattened charstrings are temporarily re-encoded in ByteStrBuff during "plan" phase, then copied to hb_serialize_context_t during "write" phase
      
      CSOpSet may callback opcode processing "virtual" functions via CRTP
      
      Numer struct may store a value as fixed optionally in addition to int and float
      a11420b4
  3. 18 8月, 2018 1 次提交
    • M
      Added CFF2 Subr nullifier · cef75ea4
      Michiharu Ariza 提交于
      along with CFF2 charstring interpreter
      factored out common code between CFF1 & CFF2 to CSInterpreter
      moved fetch_op from Interpreter to InterpEnv
      misc code clean up & bug fixes
      cef75ea4