|
6186dbf1
|
2018-11-01T17:25:23
|
|
added hb_subset_input_set_desubroutinize API
hooked up with CFF1 subroutinizer
a renaming
|
|
93fe0faa
|
2018-08-29T18:24:03
|
|
[subset] Clean up hb_subset_input_t API
|
|
f39166f0
|
2018-08-29T18:09:55
|
|
[subset] Remove unused hb_subset_profile_t
We might reintroduce it later, but for now remove, as it was unused.
Some things that should have been in this object (drop_hints, etc)
are already in hb_subset_input_t. So, for now, keep everything there.
|
|
c77ae408
|
2018-08-25T22:36:36
|
|
Rename hb-*private.hh to hb-*.hh
Sorry for the noise, downstream custom builders. Please adjust.
|
|
74e0c13a
|
2018-02-21T11:19:18
|
|
[subset] drop hint tables if so flagged. Still need to dump glyf instructions.
|
|
0bd100e1
|
2018-02-21T10:34:00
|
|
[subset] add --hinting flag
|
|
9046e924
|
2018-02-13T22:07:12
|
|
[subset] Rename constructor to hb_subset_input_create_or_fail()
To signify that unlike rest of library, returns nullptr on failure.
|
|
d5b33f2f
|
2018-02-13T13:50:50
|
|
[subset] hb_subset_input_t changes
|
|
70b06cc6
|
2018-02-10T16:13:06
|
|
More fixes
|
|
4011d885
|
2018-02-10T14:09:06
|
|
[util] Remove use of ssize_t which was failing on MSVC
|
|
8431c38c
|
2018-02-08T19:20:58
|
|
remove output noise
|
|
194140d3
|
2018-02-08T16:27:57
|
|
[util] Minor
|
|
af02812f
|
2018-02-07T13:07:46
|
|
[subset] Change hb_subset API to remove hb_subset_face_t
|
|
6c52d94f
|
2018-02-06T15:31:14
|
|
capture the set of codepoints passed by --unicodes
|
|
7481f0ce
|
2018-02-05T16:05:12
|
|
Add codepoints to subset input.
|
|
70e13ade
|
2018-02-06T13:20:38
|
|
[subset] Fix Windows issue on endlines (#756)
|
|
2ea22893
|
2018-02-05T15:10:01
|
|
ssize_t -> size_t
|
|
c25898eb
|
2018-02-05T14:35:32
|
|
Switch to fopen() instead of open() in subset test. open wasn't compiling on windows.
|
|
e428f7b1
|
2018-02-05T10:24:16
|
|
Wrap unistd.h include in ifdef.
|
|
eac20e45
|
2018-02-04T20:08:50
|
|
[subset] Minor
|
|
edcd3b80
|
2018-02-04T12:31:24
|
|
Actually call hb_subset
|
|
5bc0cda1
|
2018-02-02T17:49:14
|
|
Add missing unistd header to hb-subset.
|
|
058b1260
|
2018-02-01T18:22:14
|
|
Re-write hb-subset utility to use main-font-text driver.
|
|
ede84ffa
|
2018-02-01T17:17:36
|
|
Whitespace
|
|
e9d154ac
|
2018-01-30T19:27:11
|
|
tweak test failure output. write to a temp file not stdout. test still fails because expected is not just an identical copy of input
|
|
9ccb8366
|
2018-01-17T22:09:07
|
|
Start to sketch APIs for subsetting
|