- 18 9月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
Implemented path operators in a new struct PathProc hooked up to CSOpSet Added current point to CSInterpEnv
-
- 13 9月, 2018 2 次提交
-
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
also some code cleanup
-
- 12 9月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
-
- 11 9月, 2018 3 次提交
-
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
Repurposed FDMap as Remap then subclassed for remapping SIDs misc code cleanup
-
- 07 9月, 2018 2 次提交
-
-
由 Michiharu Ariza 提交于
Added hb-ot-cff1-table.cc to hb-subset sources Deleted unused variable (charset)
-
由 Michiharu Ariza 提交于
fixed misc Charset bugs added source file hb-ot-cff1.table.cc renamed things for clarity & consistency
-
- 05 9月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
Templatized ArgStack so it may store the default value along with blend deltas as BlendArg while parsing blend operator arguments in CFF2 charstring Added get_region_count() method to VarRegionList & VariationStore
-
- 01 9月, 2018 2 次提交
-
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
renamed confusing Stack.size to Stack.count
-
- 31 8月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
-
- 30 8月, 2018 4 次提交
-
-
由 Michiharu Ariza 提交于
Factored out CFF1 & CFF2 common subsetting code in hb-subset-cff-common.hh
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
由 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
-
- 18 8月, 2018 2 次提交
-
-
由 Michiharu Ariza 提交于
-
由 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
-
- 16 8月, 2018 6 次提交
-
-
由 Michiharu Ariza 提交于
along with HB_OT_TAG_cff1
-
由 Michiharu Ariza 提交于
"CFF" is used for shared structs & sources between CFF1 & CFF2 except OT:cff is for CFF version 1 table
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
Unreferenced subroutines are nullified (not removed) in a subset font Separate Interpreter struct from hb-ot-cff-common-private.hh in a set of four header files, augmented for CharString (CS): hb-cff-interp-common-private.hh hb-cff-interp-dict-common-private.hh hb-cff-interp-cs-common-private.hh hb-cff-interp-cs.hh Interpreter runtime is separated off as a new struct InterpEnv sub-classed differently for Dict and CharString (CS)
-
- 11 8月, 2018 2 次提交
-
-
由 Michiharu Ariza 提交于
It was bloating a multi-FD subset font unnecessarily defined a wrapper struct FDMap for fdmap
-
由 Michiharu Ariza 提交于
Added sources hb-ot-cff-table.hh, hb-subset-cff.cc & hh Templatized Index because CFF uses 16-bit count while CFF2 uses 32-bit Misc code cleanup & bug fixes
-