Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fc: Implement get_absolute_size | Matthias Clasen | 2021-12-21 | 1 | -0/+14 |
* | Cosmetics | Matthias Clasen | 2021-12-19 | 1 | -9/+10 |
* | fc: Cleanup | Matthias Clasen | 2021-12-18 | 1 | -1/+2 |
* | fc: Handle fonts with broken metrics better | Matthias Clasen | 2021-12-08 | 1 | -9/+16 |
* | Add a way to get the font matrix | Matthias Clasen | 2021-11-24 | 1 | -0/+22 |
* | build: Bump the harfbuzz req | Matthias Clasen | 2021-11-16 | 1 | -8/+4 |
* | Merge branch 'newer-fontconfig' into 'main' | Matthias Clasen | 2021-11-09 | 1 | -2/+2 |
|\ | |||||
| * | fc: Drop unnecessary ifdefs | Matthias Clasen | 2021-11-08 | 1 | -2/+2 |
* | | Call hb_font_set_ptem when creating fontsset-ptem | Matthias Clasen | 2021-11-08 | 1 | -21/+20 |
|/ | |||||
* | fcfont: Cosmetics | Matthias Clasen | 2021-08-28 | 1 | -2/+0 |
* | Clean up rounding codeprivate-vfuncs | Matthias Clasen | 2021-07-31 | 1 | -0/+24 |
* | Add pango_font_get_languages | Matthias Clasen | 2021-07-31 | 1 | -2/+17 |
* | docs: Reduce redundancydocs-cleanups | Matthias Clasen | 2021-05-20 | 1 | -2/+2 |
* | docs: Convert gtk-doc syntax leftoversdocs-cleanup | Matthias Clasen | 2021-05-19 | 1 | -8/+8 |
* | pangofc: Tweak docs | Matthias Clasen | 2021-03-11 | 1 | -19/+11 |
* | docs: Port PangoFc apis to the new doc format | Matthias Clasen | 2021-03-11 | 1 | -29/+37 |
* | docs: Replace lots of vestigial xml markup | Matthias Clasen | 2021-03-11 | 1 | -10/+5 |
* | Skip a pangofc accessor | Emmanuele Bassi | 2020-09-30 | 1 | -1/+1 |
* | fc: Add a getter for PangoFcFont::patternfont-pattern-getter | Matthias Clasen | 2020-09-21 | 1 | -0/+16 |
* | pangofc: Add pango_fc_font_get_languagespreferred-languages | Matthias Clasen | 2020-09-18 | 1 | -0/+32 |
* | Small const correctness fix | Matthias Clasen | 2020-09-17 | 1 | -1/+1 |
* | Skip introspection on low level API | Emmanuele Bassi | 2020-06-08 | 1 | -3/+3 |
* | fc: Make sure ink rectangle has positive height | Matthias Clasen | 2019-08-12 | 1 | -1/+1 |
* | Use latest version of metrics naming in pangofc-font | Ebrahim Byagowi | 2019-08-10 | 1 | -4/+4 |
* | Reinstate the return type of pango_fc_font_lock_face() | Matthias Clasen | 2019-08-06 | 1 | -1/+1 |
* | Set design coords for named instances | Matthias Clasen | 2019-07-29 | 1 | -84/+47 |
* | Take font matrix into account | Matthias Clasen | 2019-07-28 | 1 | -0/+19 |
* | Fix up harfbuzz includes | Matthias Clasen | 2019-07-28 | 1 | -1/+1 |
* | Fix an uninitialized value | Matthias Clasen | 2019-07-27 | 1 | -9/+13 |
* | fc: Set variation coords on the harfbuzz font | Matthias Clasen | 2019-07-25 | 1 | -23/+86 |
* | Quiet a compiler warning | Matthias Clasen | 2019-07-20 | 1 | -2/+2 |
* | Merge branch 'wip/kill-shape-engine' into 'master' | Matthias Clasen | 2019-07-18 | 1 | -45/+0 |
|\ | |||||
| * | fc: Stop providing a shape engine | Matthias Clasen | 2019-07-18 | 1 | -45/+0 |
* | | Make hb fonts immutable in the frontend | Matthias Clasen | 2019-07-18 | 1 | -2/+0 |
|/ | |||||
* | fc: Drop freetype from pangofc-font.h | Matthias Clasen | 2019-07-18 | 1 | -1/+1 |
* | fc: Drop some gratitious use of FT types | Matthias Clasen | 2019-07-18 | 1 | -12/+2 |
* | fc: Deprecate FT_Face getters | Matthias Clasen | 2019-07-18 | 1 | -0/+2 |
* | fc: Use harfbuzz for glyph extents | Matthias Clasen | 2019-07-18 | 1 | -63/+28 |
* | fc: Use harfbuzz for font metrics | Matthias Clasen | 2019-07-18 | 1 | -111/+28 |
* | fc: Drop the cmap cache | Matthias Clasen | 2019-07-18 | 1 | -4/+0 |
* | fc: Use harfbuzz for glyph lookup | Matthias Clasen | 2019-07-18 | 1 | -42/+4 |
* | fc: Make hb font immutable | Matthias Clasen | 2019-07-18 | 1 | -0/+2 |
* | fc: Move font setup code from the shaper | Matthias Clasen | 2019-07-18 | 1 | -23/+119 |
* | fc: Implement create_hb_font | Matthias Clasen | 2019-07-18 | 1 | -0/+39 |
* | pangofc-font.c: Trivial fix on pre-C99 compilers | Chun-wei Fan | 2019-07-15 | 1 | -2/+2 |
* | Deprecate pango_fc_font_has_char | Matthias Clasen | 2019-07-12 | 1 | -0/+1 |
* | fc: Make pango_fc_font_kern_glyphs empty | Matthias Clasen | 2019-07-12 | 1 | -57/+5 |
* | fc: Implement get_features for fc fonts | Matthias Clasen | 2019-07-11 | 1 | -1/+30 |
* | Add line height to font metrics | Matthias Clasen | 2019-07-05 | 1 | -20/+39 |
* | Header cleanup | Matthias Clasen | 2019-07-04 | 1 | -1/+1 |