Garret Rieger
|
dd10769993
|
[subset] drop all glyph names from the post table.
|
2018-03-07 11:36:54 -08:00 |
Behdad Esfahbod
|
94b49beee9
|
Whitespace
|
2018-01-19 16:40:13 -08:00 |
Behdad Esfahbod
|
6b19178ee3
|
Prefix int types with HB
Such a headache that Windows defines UINT8, ...; Just prefix it.
|
2018-01-10 03:07:30 +01:00 |
Behdad Esfahbod
|
470fe5b603
|
[aat] Implement Lookup table
Untested, but compiles.
|
2018-01-10 02:50:49 +01:00 |
Behdad Esfahbod
|
6f335ed1e5
|
Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etc
|
2017-11-14 21:06:07 -08:00 |
Behdad Esfahbod
|
c4e18e54dc
|
[ot] Move hb_ot_face_cbdt_accelerator_t
|
2017-11-14 19:52:26 -08:00 |
Behdad Esfahbod
|
9b04b0384f
|
[ot] Fold hb_ot_face_post_accelerator_t
|
2017-11-14 19:31:50 -08:00 |
Behdad Esfahbod
|
7ce9f397d1
|
Rename hb-sort-r.hh -> hb-dsalgs.hh
|
2017-10-31 16:54:31 -06:00 |
Behdad Esfahbod
|
e35a763c07
|
[post] Implement glyph_from_name()
This concludes https://github.com/behdad/harfbuzz/pull/568
|
2017-10-30 13:15:05 -06:00 |
Behdad Esfahbod
|
6c738f353e
|
Make string-array return hb_string_t
|
2017-10-30 12:21:44 -06:00 |
Behdad Esfahbod
|
e1a37f3db4
|
Add hb_string_t
|
2017-10-30 11:42:28 -06:00 |
Behdad Esfahbod
|
0f8b5aa1bc
|
[post] Minor; towards implementing get_glyph_from_name()
|
2017-10-30 09:46:36 -06:00 |
Behdad Esfahbod
|
977679f229
|
Add hb_bsearch_r()
|
2017-10-29 17:33:32 -06:00 |
Behdad Esfahbod
|
923a8f520a
|
Fix up 5de83fab94
|
2017-10-29 15:00:54 -06:00 |
Behdad Esfahbod
|
b98c7c3f1f
|
[post] Minor
|
2017-10-29 14:52:52 -06:00 |
Behdad Esfahbod
|
5de83fab94
|
[ot] Speed up get_glyph_name()
get_glyph_from_name() coming soon.
|
2017-10-28 19:54:04 -06:00 |
Behdad Esfahbod
|
feadee079e
|
[post] Refactor a bit, use our data types
|
2017-10-28 16:58:56 -06:00 |
Behdad Esfahbod
|
0e9256984e
|
[post] Make format1 names array avoid relocations
|
2017-10-26 20:34:04 -06:00 |
Behdad Esfahbod
|
92bac64bd2
|
[post] Oops!
https://ci.appveyor.com/project/behdad/harfbuzz/build/1.0.668/job/ikfj8peowgrp059t
|
2017-10-25 18:22:47 -06:00 |
Behdad Esfahbod
|
543bd58d7a
|
[post] Touch up and fixes
The get_glyph_from_name() is incorrect; needs fixing.
|
2017-10-25 18:01:03 -06:00 |
Khaled Hosny
|
d9e166f74c
|
[ot-font] Implement hb_ot_get_glyph_from_name
|
2017-10-25 19:29:51 -04:00 |
Khaled Hosny
|
9d4d2fb9af
|
[ot-font] Implement hb_ot_get_glyph_name
Turns out we already have support for “post” table, it just needed to be
activated and put in use.
|
2017-10-25 19:29:51 -04:00 |
Behdad Esfahbod
|
587d46227a
|
[ot-font] Start implementing 'post' table, for accessing glyph names
|
2016-04-30 19:20:56 +02:00 |