summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-03-29[dwrite] A new API, hb_directwrite_face_get_font_face (#1600)HEADmasterEbrahim Byagowi1-2/+8
Can be useful when using HarfBuzz for font loading and shaping but using DirectWrite for rendering.
2019-03-29[docs] Remove unexisting sectionBehdad Esfahbod1-1/+0
2019-03-26[docs] UpdateBehdad Esfahbod1-0/+1
2019-02-19[doc] Move hb_variation_t to hb-common sectionKhaled Hosny1-3/+3
2019-02-19[doc] Move feature_t and its function to hb-commonKhaled Hosny1-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-22Fix grammarAlfie John1-1/+1
2019-01-22Grammar fixAlfie John1-1/+1
2019-01-21Regular spaces will doKhaled Hosny1-8/+8
2019-01-21Adding leading space for code exampleAlfie John1-8/+8
2019-01-21Fix description of exampleAlfie John1-1/+1
2019-01-21Added option to build docs to docsAlfie John1-0/+12
2019-01-04Usermanual: small formatting and wording fixes.Nathan Willis3-21/+23
2019-01-04Usermanual: small updates.Nathan Willis5-77/+314
2018-12-03[aat] Expose hb_aat_layout_has_tracking APIEbrahim Byagowi1-3/+4
2018-12-03[aat] Expose a couple APIsBehdad Esfahbod1-0/+2
New API: +hb_aat_layout_has_substitution() +hb_aat_layout_has_positioning()
2018-11-28update simple shaping example (closes #298)Matthew Butterick1-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 implementationBehdad Esfahbod2-3/+9
Fixes https://github.com/harfbuzz/harfbuzz/pull/1346
2018-11-25[aat] Rename feat API a bit moreBehdad Esfahbod1-5/+5
2018-11-25[feat] Rename API uses of setting to selectorEbrahim Byagowi1-3/+3
2018-11-25[feat] Apply renamings and add documentationEbrahim Byagowi1-0/+10
2018-11-24Usermanual: clusters chapter; add brief grapheme definition and clarify ↵Nathan Willis1-17/+39
monotonous cluster handling.
2018-11-24Usermanual: clusters chapter, minor updates.Nathan Willis1-9/+16
2018-11-24Usermanual: expand clusters chapter.Nathan Willis1-270/+473
2018-11-20[var] Deprecated axis enumeration API and add new versionBehdad Esfahbod1-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 APIBehdad Esfahbod1-0/+4
Fixes https://github.com/harfbuzz/harfbuzz/issues/1241
2018-11-19[ot-var] Add hb_ot_var_axis_get_flags()Behdad Esfahbod1-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-302.1.02.1.0Behdad Esfahbod1-0/+1
2018-10-30[name] Rename hb_name_id_t to hb_ot_name_id_tBehdad Esfahbod1-1/+2
https://github.com/harfbuzz/harfbuzz/pull/1254
2018-10-30Docs Makefile: sync SGML list to harfbuzz-docs.xml include list. Hopefully ↵Nathan Willis1-5/+6
fixes distcheck failure.
2018-10-30Usermanual: minor wording updates, build fixes.Nathan Willis9-12/+70
2018-10-30Usermanual: update DTD in chapter XML to avoid HTML entity parsing errors.Nathan Willis1-2/+8
2018-10-30Usermanual; minor wording changes.Nathan Willis3-29/+26
2018-10-30Minor; rewording unsafe-to-break note.Khaled Hosny1-1/+1
Co-Authored-By: n8willis <nwillis@glyphography.com>
2018-10-30Trivial; typo.Khaled Hosny1-1/+1
Co-Authored-By: n8willis <nwillis@glyphography.com>
2018-10-30Minor; simplify example codeKhaled Hosny1-1/+3
Co-Authored-By: n8willis <nwillis@glyphography.com>
2018-10-30Minor: simplify example codeKhaled Hosny1-1/+1
Co-Authored-By: n8willis <nwillis@glyphography.com>
2018-10-30Minor; drop 'OpenType' from sentenceKhaled Hosny1-1/+1
Co-Authored-By: n8willis <nwillis@glyphography.com>
2018-10-30Minor.Nathan Willis1-5/+7
2018-10-30Use 'glyphs' instead of 'text'Khaled Hosny1-1/+1
Co-Authored-By: n8willis <nwillis@glyphography.com>
2018-10-30Docs: minor, update Makefile w new file name.Nathan Willis1-1/+1
2018-10-30Docs: rename Hello HarfBuzz to Getting Started.Nathan Willis2-1/+1
2018-10-30Docs: usermanual, add API Overview to Hello HarfBuzz chapter. Start ↵Nathan Willis1-97/+212
Terminology section.
2018-10-30Docs: usermanual, add Shaping Concepts chapter.Nathan Willis2-2/+371
2018-10-30Docs: usermanual, minor cleanup to What Is HarfBuzz chapter.Nathan Willis1-3/+3
2018-10-30Docs: move harfbuzz-ng-vs-old discussion down below the TOC; put in note.Nathan Willis1-20/+43
2018-10-30Docs: flesh out config options in Usermanual:Install chapter.Nathan Willis1-23/+85
2018-10-30Docs: add basic config-options section to Usermanual Installation chapter.Nathan Willis1-1/+131
2018-10-30Docs: update and linearize build instructions; add installation overview ↵Nathan Willis1-41/+188
material.
2018-10-30Docs: update usermanual What Is HarfBuzz material.Nathan Willis1-48/+172
2018-10-30Docs: Move What-HarfBuzz-doesnt-do to Usermanual-what-is-HarfBuzz.Nathan Willis2-95/+104