- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 01 2月, 2019 1 次提交
-
-
由 Michiharu Ariza 提交于
along with api tests & expected results
-
- 20 12月, 2018 1 次提交
-
-
由 fanc999 提交于
* src/hb-cff-interp-dict-common.hh: Use ull for unsigned int64_t The llu suffix does not work for older Visual Studio versions (pre-2013), but ull works for all the compilers that we attempt to support. * test/api: Fix build on pre-C99 compilers Ensure variables are declared at the top of the block. * src/hb-dsalgs.hh: Add specialization for hb_is_signed<> for __int8 Pre-Visual Studio 2010 does not consider __int8 (which is typedef'ed to int8_t) to be equivilant to signed char, so the compiler cannot find the corresponding hb_is_signed<> specialization that is needed. The interesting thing is unsigned __int8 is considered to be equivilant to unsigned char, so as the other types (short, int, long) that we look for here, so only the specialization for __int8 is added here. This will fix builds on Visual Studio 2008 at least.
-
- 17 11月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
-
- 15 11月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
-
- 13 11月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
-
- 03 11月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
-
- 23 10月, 2018 2 次提交
-
-
由 Michiharu Ariza 提交于
-
由 Michiharu Ariza 提交于
-
- 14 10月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
-
- 12 10月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
in api test-ot-extents-cff
-
- 27 9月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
Also fixed FDSelect3_4::get_fd Fixed test_subset_cff1_strip_hints (wrong font names!)
-
- 25 9月, 2018 1 次提交
-
-
由 Michiharu Ariza 提交于
-
- 05 5月, 2018 2 次提交
-
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
- 20 4月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
-
- 13 3月, 2018 1 次提交
-
-
由 Chun-wei Fan 提交于
Include stdbool.h in hb-setset-test.h instead of in the individual sources, if it is found; otherwise use a simplistic fallback for it if it is not found. Also declare variables at the top of the block, to build on pre-C99 compiliers.
-
- 22 2月, 2018 1 次提交
-
-
由 Rod Sheeter 提交于
[subset] sketch out dropping in-glyf instructions. Sometimes yields differnet size glyphs than fonttools, possibly due to padding not being corrected
-
- 13 2月, 2018 4 次提交
-
-
由 Garret Rieger 提交于
-
由 Rod Sheeter 提交于
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
- 11 2月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
test-subset-glyf still failing. No idea why :(
-
- 09 2月, 2018 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Garret Rieger 提交于
Comment out failing assert in test-subset-glyf for now. Should be re-enabled once hb_subset is writing out a new face.
-
由 Garret Rieger 提交于
-