- 10 3月, 2022 1 次提交
-
-
由 lancer 提交于
IssueNo:https://gitee.com/openharmony/third_party_harfbuzz/issues/I4X5GU Feature or Bugfix: Feature Binary Source:harfbuzz resources Signed-off-by: Nlancer <haoshuo@huawei.com>
-
- 21 12月, 2021 1 次提交
-
-
https://gitee.com/shengu_lancer/third_party_harfbuzz/pulls/15由 lancer 提交于
Description:harfbuzz版本降低到2.7.2 Sig:harfbuzz Feature or Bugfix:Feature Binary Source:No Signed-off-by: Nlancer <haoshuo@huawei.com>
-
- 05 11月, 2021 1 次提交
-
-
由 pssea 提交于
IssueNo: https://gitee.com/openharmony/third_party_harfbuzz/issues/I4H06M Feature or Bugfix: Feature Binary Source:No Signed-off-by: Nlizhiqi <lizhiqi1@huawei.com>
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 21 5月, 2019 1 次提交
-
-
由 Garret Rieger 提交于
[subset] Use hb_subset_input_t inside of subset_options_t so that input defaults are shared between the library and cli.
-
- 12 12月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 11 10月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
We never tested compiling without it. Just kill it. We always build our own shaper.
-
- 26 8月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Sorry for the noise, downstream custom builders. Please adjust.
-
- 06 2月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
-
- 05 2月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Garret Rieger 提交于
-
由 Rod Sheeter 提交于
-
- 11 1月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 03 2月, 2016 1 次提交
-
-
由 Chun-wei Fan 提交于
This moves all the source listings in src/Makefile.am, src/hb-ucdn/Makefile.am and util/Makefile.am into separate Makefile snippets, so that they may be shared between different Makefile-based build systems, such as NMake for Visual Studio.
-
- 19 6月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Until I figure out what to do about the API, and finalize the tool.
-
- 10 4月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
This is a tool that lists all fonts that can render a given string. It uses hb_shape() to do so, and as such is aware of HarfBuzz's normalizer.
-
- 26 2月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 25 3月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 27 8月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
Add deprecated alias for old name.
-
- 16 5月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
Computes all the glyphs that may be generated given a font and set of Unicode characters. The order of the Unicode characters is irrelevant. Sample output: behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf f f f_f behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf i i behdad:util 0$ ./hb-ot-shape-closure Doulos\ SIL\ Regular.ttf fi f f_i f_f_i f_f i behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ب uni0628 uni0628.init uni0628.medi uni0628.fina behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf ا uni0627 uni0627.fina behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با uni0627 uni0627.fina uni0628 uni0628.init uni0628.medi uni0628.fina behdad:util 0$ ./hb-ot-shape-closure DroidNaskh-Regular.ttf با --no-glyph-names 5 6 133 134 135 136
-
由 Behdad Esfahbod 提交于
-
- 13 5月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 21 1月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 20 9月, 2011 3 次提交
-
-
由 Behdad Esfahbod 提交于
A diff program written in Python that is more suitable for comparing hb-shape output from different backends. Main differences with stock diff: 1. It outputs one line's comparison at a time, as opposed to batching '+' lines and '-' lines. 2. It colors the part of the line that changed, taking word boundaries into consideration. You can pipe the colored output to 'less -r'.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Like hb-view, but prints out buffer contents. The output format is kinda cryptic. Suggestions welcome.
-
- 15 9月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
Now we can use the same code to do other utils...
-
- 11 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 8月, 2011 1 次提交
-
-
由 Behdad Esfahbod 提交于
-