summaryrefslogtreecommitdiff
path: root/src/ftcrfont.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer more inline functions in character.hPaul Eggert2020-04-171-3/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix typo in populating otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-12-031-1/+1
* Rename font_driver member close -> close_fontMattias EngdegÄrd2019-07-091-1/+1
* Rename font_driver member open -> open_fontMattias EngdegÄrd2019-07-091-1/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-07-011-0/+1
* Make ftcr font backend driver more consistent with xftYAMAMOTO Mitsuharu2019-06-221-0/+12
* Make ftcr font backend driver more consistent with xftYAMAMOTO Mitsuharu2019-06-221-20/+16
* Support font driver supersessionYAMAMOTO Mitsuharu2019-06-181-0/+1
* Implement the get_variation_glyphs method for FreeType >= 2.3.6YAMAMOTO Mitsuharu2019-06-021-3/+3
* Revert previous commitYAMAMOTO Mitsuharu2019-06-021-3/+3
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-021-3/+3
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-021-2/+2
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-231-124/+293
|\
| * Make Cairo build obey hint-style font setting (Bug#35781)YAMAMOTO Mitsuharu2019-05-231-114/+256
| * * src/ftcrfont.c (ftcrfont_open): Skip zero glyph index.YAMAMOTO Mitsuharu2019-05-211-1/+1
| * Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-6/+5
| * Avoid artifacts in ftx and ftcr font backend driversYAMAMOTO Mitsuharu2019-05-141-2/+12
* | Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu2019-05-051-12/+59
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-31/+146
|\ \ | |/
| * * src/ftcrfont.c (ftcrfont_shape): Fix last change.YAMAMOTO Mitsuharu2019-04-201-0/+2
| * Use bitmap strikes as fallbacks for ftcr font backendYAMAMOTO Mitsuharu2019-04-201-6/+94
| * * src/ftcrfont.c (ftcrfont_glyph_extents): Activate ft_size_draw.YAMAMOTO Mitsuharu2019-04-191-0/+1
| * * src/ftcrfont.c (ftcrfont_open): Avoid returning while blocking input.YAMAMOTO Mitsuharu2019-04-191-27/+25
| * * src/ftcrfont.c (ftcrfont_glyph_extents): Fix last change.YAMAMOTO Mitsuharu2019-04-181-3/+3
| * Use cairo_scaled_font_t object for text drawing and metrics calculationYAMAMOTO Mitsuharu2019-04-171-7/+24
| * Unify three font info structuresRobert Pluim2019-02-081-37/+6
| * Add portable dumperDaniel Colascione2019-01-151-0/+9
| * Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * | Merge from origin/emacs-26Glenn Morris2018-12-151-2/+3
| |\ \ | | |/
| | * Document font structure layout constraintsRobert Pluim2018-12-141-2/+3
* | | Unify three font info structuresRobert Pluim2019-02-081-39/+6
* | | Properly fix building with HarfBuzz and without libotfKhaled Hosny2018-12-221-1/+1
* | | Fix last change.Eli Zaretskii2018-12-171-1/+1
* | | * src/ftcrfont.c (ftcrfont_driver): Really commit last change.Mike Kupfer2018-12-171-1/+1
* | | More fixes for build without libotfMike Kupfer2018-12-171-1/+1
* | | Fix crash in the Cairo buildAri Roponen2018-12-141-0/+3
* | | First attempt at HarfBuzz shapingKhaled Hosny2018-12-101-1/+1
|/ /
* | More macro renamings for bignumTom Tromey2018-08-071-1/+1
* | Improve GC+Cairo workaroundPaul Eggert2018-04-041-0/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Use memset, not bzeroPaul Eggert2017-07-161-3/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Use C99 syntax for font driversPaul Eggert2016-12-121-18/+18
* | Make struct font_drivers read-onlyPaul Eggert2016-12-011-17/+32
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2