Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 8d363001 | 2022-06-03 21:00:08 | [doc] Talk less about “complex” scripts Use more neutral terms and don’t make it like some scripts are outliers. | ||
| 916ffe0c | 2021-08-23 00:09:19 | grammer fix | ||
| bdfed8f1 | 2021-06-14 15:46:04 | [blob] Add failing versions of create API Fixes https://github.com/harfbuzz/harfbuzz/issues/2567 New API: +hb_blob_create_or_fail() +hb_blob_create_from_file_or_fail() Use these in util/ to distinguish empty file from not-found file. Only err on the latter. | ||
| 3583fce8 | 2020-12-31 19:45:11 | [manual] Give all chapters & sections pretty links | ||
| 4136ecf7 | 2020-12-27 00:22:31 | [docs] Don’t use FreeType in the simple example Also make the code actually compile. Fixes https://github.com/harfbuzz/harfbuzz/issues/2106 | ||
| 30ae6277 | 2019-01-21 16:44:48 | Regular spaces will do | ||
| ed62551d | 2019-01-21 05:00:01 | Adding leading space for code example | ||
| 3e332544 | 2019-01-21 04:54:27 | Fix description of example | ||
| ad954870 | 2018-12-03 12:49:44 | Usermanual: small formatting and wording fixes. | ||
| ed13cadd | 2018-11-28 13:48:38 | Usermanual: small updates. | ||
| d3d0f15f | 2018-11-28 13:46:12 | update simple shaping example (closes #298) add call to `FT_Set_Char_Size`, otherwise default size remains at `0`, and glyph positions come back as `0` too | ||
| 9f4b375e | 2018-10-29 17:10:53 | Usermanual: minor wording updates, build fixes. | ||
| 01400f74 | 2018-10-20 17:21:49 | Usermanual; minor wording changes. | ||
| e89f43dc | 2018-10-20 16:12:45 | Minor; rewording unsafe-to-break note. Co-Authored-By: n8willis <nwillis@glyphography.com> | ||
| 72209948 | 2018-10-20 15:45:24 | Minor; simplify example code Co-Authored-By: n8willis <nwillis@glyphography.com> | ||
| 6e4dd58a | 2018-10-20 15:44:51 | Minor: simplify example code Co-Authored-By: n8willis <nwillis@glyphography.com> | ||
| 163ab81a | 2018-10-16 17:48:15 | Docs: rename Hello HarfBuzz to Getting Started. |