Khaled Hosny
3583fce86d
[manual] Give all chapters & sections pretty links
4 years ago
Khaled Hosny
9b8be9643c
[docs] Ignore hb-gobject headers
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/2797
4 years ago
Khaled Hosny
9b602e8e22
[docs] Complete hb-common docs a bit
4 years ago
Khaled Hosny
53ed5597b2
[docs] Add missing API indices
4 years ago
Khaled Hosny
b8e6f17eed
[docs] Move note about harfbuzz-old to proper place
...
Commit 443f872132
seems to have moved it
to the API part by mistake.
4 years ago
Khaled Hosny
3dba7ea936
[docs] Add missing API index for 1.4.0 release
4 years ago
Khaled Hosny
0826940821
[docs] Add messing sections
...
Docs for these sections were not generated at all.
4 years ago
Khaled Hosny
b029a45caa
[docs] Add new API to harfbuzz-sections.txt
4 years ago
Khaled Hosny
5091ea7e24
Merge pull request #2733 from astiob/buffer-context-doc
...
[docs] Describe buffer context applicability more explicitly
4 years ago
Behdad Esfahbod
48fcb9094a
[docs] Remove misleading wording re OpenType
...
HarfBuzz has not *just* been implementing OpenType for a while.
At least since 2.0, where we added native AAT support in Oct 2018.
4 years ago
Behdad Esfahbod
6461143b44
2.6.0
5 years ago
Nathan Willis
2da567e7b6
[Docs] Usermanual: platform integration chapter; add intro, GLib, FreeType sections. Update XML TOCs to match.
6 years ago
Nathan Willis
68749e996a
[Docs] Usermanual; update XML manifest for new chapters.
6 years ago
Nathan Willis
98c54cdef8
Usermanual: add chapter on object model.
6 years ago
Behdad Esfahbod
ecac94ca76
[docs] Remove fdo repo
...
Has not been updated.
6 years ago
Behdad Esfahbod
782961d216
[docs] Update
6 years ago
Behdad Esfahbod
fe570bc043
[docs] Remove unexisting section
6 years ago
Behdad Esfahbod
e5dfffb1ef
[docs] Update
6 years ago
Behdad Esfahbod
926f512f35
[aat.feat] Rework API and implementation
...
Fixes https://github.com/harfbuzz/harfbuzz/pull/1346
6 years ago
Behdad Esfahbod
1019391046
2.1.0
6 years ago
Nathan Willis
f028da59d9
Minor.
6 years ago
Khaled Hosny
ed5547f828
Use 'glyphs' instead of 'text'
...
Co-Authored-By: n8willis <nwillis@glyphography.com>
6 years ago
Nathan Willis
163ab81ab0
Docs: rename Hello HarfBuzz to Getting Started.
6 years ago
Nathan Willis
3a27e8fb97
Docs: usermanual, add Shaping Concepts chapter.
6 years ago
Nathan Willis
443f872132
Docs: move harfbuzz-ng-vs-old discussion down below the TOC; put in note.
6 years ago
Behdad Esfahbod
4740a3593d
[docs] Divide reference API into three chapters
6 years ago
Behdad Esfahbod
1d40d72f29
[docs] Hook up hb-var
6 years ago
Behdad Esfahbod
46072b7cb5
[ot] Fold hb-ot-tag.h into hb-ot-layout.h
6 years ago
Behdad Esfahbod
00cf4e5eb6
[docs] Fill in some sections
6 years ago
Behdad Esfahbod
9457cfd7bc
[docs] Hook up hb-map
6 years ago
Behdad Esfahbod
d941f66c75
[name] Make hb_name_id_t be the enum
...
This is like hb_script_t.
We had this exposed as unsigned int since 2.0.0 release in two APIs,
as well as hb_ot_layout_get_size_params() from earlier.
But since no one uses those (right?!), let's just fix this now.
6 years ago
Behdad Esfahbod
e7400c0275
[docs] Hook up new symbols
6 years ago
Behdad Esfahbod
a0ad0d5bb8
[docs] s/Harfbuzz/HarfBuzz/g
7 years ago
ebraminio
7c6937e7c7
Move all references of old url to the new address ( #622 )
7 years ago
Behdad Esfahbod
25846cc39f
1.6.0
7 years ago
Behdad Esfahbod
224d20e4e1
[docs] Minor
7 years ago
Behdad Esfahbod
d2f249e745
Stub out doc comments for new symbols
8 years ago
Behdad Esfahbod
d1c62370a0
Aim math API for 1.3.3 instead of 1.4.0
8 years ago
Behdad Esfahbod
db5ebcf10f
Update docs
8 years ago
n8willis
e12fc66699
Added initial usermanual chapter on cluster levels.
9 years ago
Khaled Hosny
85c2443b73
[docs] Reduce gtkdoc-check errors
...
Now it is just reporting one error about “503 undocumented or incomplete
symbols”, that will be the easy part I guess.
9 years ago
Khaled Hosny
d25317f67f
Move more docs from FreeDesktop page
9 years ago
Khaled Hosny
493a922208
Rename user manual files
...
Use chapter ids instead of numbers, so that we can reorder them,
introduce new ones etc. without the numbers becoming out of date.
9 years ago
Khaled Hosny
4dc2265918
Intro from freedesktop.org/wiki/Software/HarfBuzz/
9 years ago
Behdad Esfahbod
5783e05f81
[docs] Move docs/reference/ contents into docs/
9 years ago
Behdad Esfahbod
cd5e3a13a6
[docs] Fix out-of-tree build
9 years ago
Simon Cozens
01e16e88f5
Combine user / reference information into gtk-doc generated manual.
9 years ago
Behdad Esfahbod
71439a8c7a
[gobject] Flesh out hb-gobject
...
Move it to new harfbuzz-gobject library. Implement enums and
boxed types for object-types. Still have to do boxed types for
value types.
11 years ago
Behdad Esfahbod
2e3a07abdf
Separate face source code from font
...
Makes documentation / introspection easier.
11 years ago
Anthony Carrico
f7c72b42ef
[gtk-doc] Initial setup
...
Initial setup of gtk-doc. Straight forward setup following the gtk-doc
instructions. Ignore some troublesome types in src/hb-gobject.h. To
build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in
harfbuzz/docs/reference/html/index.html.
11 years ago