docs/usermanual-getting-started.xml


Log

Author Commit Date CI Message
Behdad Esfahbod bdfed8f1 2021-06-14T15: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.
Khaled Hosny 3583fce8 2020-12-31T19:45:11 [manual] Give all chapters & sections pretty links
Khaled Hosny 4136ecf7 2020-12-27T00: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
Khaled Hosny 30ae6277 2019-01-21T16:44:48 Regular spaces will do
Alfie John ed62551d 2019-01-21T05:00:01 Adding leading space for code example
Alfie John 3e332544 2019-01-21T04:54:27 Fix description of example
Nathan Willis ad954870 2018-12-03T12:49:44 Usermanual: small formatting and wording fixes.
Nathan Willis ed13cadd 2018-11-28T13:48:38 Usermanual: small updates.
Matthew Butterick d3d0f15f 2018-11-28T13: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
Nathan Willis 9f4b375e 2018-10-29T17:10:53 Usermanual: minor wording updates, build fixes.
Nathan Willis 01400f74 2018-10-20T17:21:49 Usermanual; minor wording changes.
Khaled Hosny e89f43dc 2018-10-20T16:12:45 Minor; rewording unsafe-to-break note. Co-Authored-By: n8willis <nwillis@glyphography.com>
Khaled Hosny 72209948 2018-10-20T15:45:24 Minor; simplify example code Co-Authored-By: n8willis <nwillis@glyphography.com>
Khaled Hosny 6e4dd58a 2018-10-20T15:44:51 Minor: simplify example code Co-Authored-By: n8willis <nwillis@glyphography.com>
Nathan Willis 163ab81a 2018-10-16T17:48:15 Docs: rename Hello HarfBuzz to Getting Started.