Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-29 | [dwrite] A new API, hb_directwrite_face_get_font_face (#1600)HEADmaster | Ebrahim Byagowi | 1 | -2/+8 | |
Can be useful when using HarfBuzz for font loading and shaping but using DirectWrite for rendering. | |||||
2019-03-29 | [docs] Remove unexisting section | Behdad Esfahbod | 1 | -1/+0 | |
2019-03-26 | [docs] Update | Behdad Esfahbod | 1 | -0/+1 | |
2019-02-19 | [doc] Move hb_variation_t to hb-common section | Khaled Hosny | 1 | -3/+3 | |
2019-02-19 | [doc] Move feature_t and its function to hb-common | Khaled Hosny | 1 | -5/+5 | |
It is rather confusing to have script, language etc, in hb-common section while feature is in hb-shape section. I keep looking for it in hb-common section then using the API index because I can’t find it there. | |||||
2019-01-22 | Fix grammar | Alfie John | 1 | -1/+1 | |
2019-01-22 | Grammar fix | Alfie John | 1 | -1/+1 | |
2019-01-21 | Regular spaces will do | Khaled Hosny | 1 | -8/+8 | |
2019-01-21 | Adding leading space for code example | Alfie John | 1 | -8/+8 | |
2019-01-21 | Fix description of example | Alfie John | 1 | -1/+1 | |
2019-01-21 | Added option to build docs to docs | Alfie John | 1 | -0/+12 | |
2019-01-04 | Usermanual: small formatting and wording fixes. | Nathan Willis | 3 | -21/+23 | |
2019-01-04 | Usermanual: small updates. | Nathan Willis | 5 | -77/+314 | |
2018-12-03 | [aat] Expose hb_aat_layout_has_tracking API | Ebrahim Byagowi | 1 | -3/+4 | |
2018-12-03 | [aat] Expose a couple APIs | Behdad Esfahbod | 1 | -0/+2 | |
New API: +hb_aat_layout_has_substitution() +hb_aat_layout_has_positioning() | |||||
2018-11-28 | update simple shaping example (closes #298) | Matthew Butterick | 1 | -1/+2 | |
add call to `FT_Set_Char_Size`, otherwise default size remains at `0`, and glyph positions come back as `0` too | |||||
2018-11-25 | [aat.feat] Rework API and implementation | Behdad Esfahbod | 2 | -3/+9 | |
Fixes https://github.com/harfbuzz/harfbuzz/pull/1346 | |||||
2018-11-25 | [aat] Rename feat API a bit more | Behdad Esfahbod | 1 | -5/+5 | |
2018-11-25 | [feat] Rename API uses of setting to selector | Ebrahim Byagowi | 1 | -3/+3 | |
2018-11-25 | [feat] Apply renamings and add documentation | Ebrahim Byagowi | 1 | -0/+10 | |
2018-11-24 | Usermanual: clusters chapter; add brief grapheme definition and clarify ↵ | Nathan Willis | 1 | -17/+39 | |
monotonous cluster handling. | |||||
2018-11-24 | Usermanual: clusters chapter, minor updates. | Nathan Willis | 1 | -9/+16 | |
2018-11-24 | Usermanual: expand clusters chapter. | Nathan Willis | 1 | -270/+473 | |
2018-11-20 | [var] Deprecated axis enumeration API and add new version | Behdad Esfahbod | 1 | -6/+8 | |
New version has axis flags. New API: +hb_ot_var_axis_info_t +hb_ot_var_find_axis_info() +hb_ot_var_get_axis_infos() Deprecated API: -HB_OT_VAR_NO_AXIS_INDEX -hb_ot_var_axis_t -hb_ot_var_find_axis() -hb_ot_var_get_axes() | |||||
2018-11-19 | [fvar] Add named-instance API | Behdad Esfahbod | 1 | -0/+4 | |
Fixes https://github.com/harfbuzz/harfbuzz/issues/1241 | |||||
2018-11-19 | [ot-var] Add hb_ot_var_axis_get_flags() | Behdad Esfahbod | 1 | -0/+2 | |
Part of https://github.com/harfbuzz/harfbuzz/issues/1241 New API: +hb_ot_var_axis_flags_t +hb_ot_var_axis_get_flags | |||||
2018-10-30 | 2.1.02.1.0 | Behdad Esfahbod | 1 | -0/+1 | |
2018-10-30 | [name] Rename hb_name_id_t to hb_ot_name_id_t | Behdad Esfahbod | 1 | -1/+2 | |
https://github.com/harfbuzz/harfbuzz/pull/1254 | |||||
2018-10-30 | Docs Makefile: sync SGML list to harfbuzz-docs.xml include list. Hopefully ↵ | Nathan Willis | 1 | -5/+6 | |
fixes distcheck failure. | |||||
2018-10-30 | Usermanual: minor wording updates, build fixes. | Nathan Willis | 9 | -12/+70 | |
2018-10-30 | Usermanual: update DTD in chapter XML to avoid HTML entity parsing errors. | Nathan Willis | 1 | -2/+8 | |
2018-10-30 | Usermanual; minor wording changes. | Nathan Willis | 3 | -29/+26 | |
2018-10-30 | Minor; rewording unsafe-to-break note. | Khaled Hosny | 1 | -1/+1 | |
Co-Authored-By: n8willis <nwillis@glyphography.com> | |||||
2018-10-30 | Trivial; typo. | Khaled Hosny | 1 | -1/+1 | |
Co-Authored-By: n8willis <nwillis@glyphography.com> | |||||
2018-10-30 | Minor; simplify example code | Khaled Hosny | 1 | -1/+3 | |
Co-Authored-By: n8willis <nwillis@glyphography.com> | |||||
2018-10-30 | Minor: simplify example code | Khaled Hosny | 1 | -1/+1 | |
Co-Authored-By: n8willis <nwillis@glyphography.com> | |||||
2018-10-30 | Minor; drop 'OpenType' from sentence | Khaled Hosny | 1 | -1/+1 | |
Co-Authored-By: n8willis <nwillis@glyphography.com> | |||||
2018-10-30 | Minor. | Nathan Willis | 1 | -5/+7 | |
2018-10-30 | Use 'glyphs' instead of 'text' | Khaled Hosny | 1 | -1/+1 | |
Co-Authored-By: n8willis <nwillis@glyphography.com> | |||||
2018-10-30 | Docs: minor, update Makefile w new file name. | Nathan Willis | 1 | -1/+1 | |
2018-10-30 | Docs: rename Hello HarfBuzz to Getting Started. | Nathan Willis | 2 | -1/+1 | |
2018-10-30 | Docs: usermanual, add API Overview to Hello HarfBuzz chapter. Start ↵ | Nathan Willis | 1 | -97/+212 | |
Terminology section. | |||||
2018-10-30 | Docs: usermanual, add Shaping Concepts chapter. | Nathan Willis | 2 | -2/+371 | |
2018-10-30 | Docs: usermanual, minor cleanup to What Is HarfBuzz chapter. | Nathan Willis | 1 | -3/+3 | |
2018-10-30 | Docs: move harfbuzz-ng-vs-old discussion down below the TOC; put in note. | Nathan Willis | 1 | -20/+43 | |
2018-10-30 | Docs: flesh out config options in Usermanual:Install chapter. | Nathan Willis | 1 | -23/+85 | |
2018-10-30 | Docs: add basic config-options section to Usermanual Installation chapter. | Nathan Willis | 1 | -1/+131 | |
2018-10-30 | Docs: update and linearize build instructions; add installation overview ↵ | Nathan Willis | 1 | -41/+188 | |
material. | |||||
2018-10-30 | Docs: update usermanual What Is HarfBuzz material. | Nathan Willis | 1 | -48/+172 | |
2018-10-30 | Docs: Move What-HarfBuzz-doesnt-do to Usermanual-what-is-HarfBuzz. | Nathan Willis | 2 | -95/+104 | |