summaryrefslogtreecommitdiff
path: root/src/ftfont.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Whitelist some incorrectly labeled "color" fonts under XftPo Lu2022-05-191-1/+29
* Skip virtual FcPattern entries for variable weight fontsSean Whitton2022-01-121-0/+21
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-0/+4
* | Allow choosing regular-weighted fonts when medium-weighted existLars Ingebrigtsen2021-11-121-2/+0
|/
* Fix problem with certain fonts in ftfont_shape_by_fltKenichi Handa2021-07-201-0/+21
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert2020-08-251-2/+2
* Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-151-8/+4
* Remove unused variable from ftfont.cIgor Saprykin2020-04-251-5/+2
* Use correct registry name for windows-1251 charsetRobert Pluim2020-03-191-1/+1
* Fix display of Big5 characters when using FontconfigEli Zaretskii2020-03-141-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Ignore all color fonts when using XFTRobert Pluim2019-12-291-1/+16
* Fix typo in populating otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-12-031-1/+1
* In Cairo builds, omit some unnecessary functionsPaul Eggert2019-11-141-0/+12
* extern function cleanupPaul Eggert2019-08-241-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
* Add HarfBuzz fallbacks for libotf functions used in ftfont_listYAMAMOTO Mitsuharu2019-07-061-3/+100
* Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-07-011-0/+1
* Fix negation in elements of OTF feature listYAMAMOTO Mitsuharu2019-06-301-1/+1
* Support font driver supersessionYAMAMOTO Mitsuharu2019-06-181-0/+1
* Implement the get_variation_glyphs method for FreeType >= 2.3.6YAMAMOTO Mitsuharu2019-06-021-5/+25
* Revert previous commitYAMAMOTO Mitsuharu2019-06-021-25/+5
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-021-5/+25
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-021-293/+2
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-231-63/+192
|\
| * Make Cairo build obey hint-style font setting (Bug#35781)YAMAMOTO Mitsuharu2019-05-231-56/+166
| * Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-1/+1
| * Avoid artifacts in ftx and ftcr font backend driversYAMAMOTO Mitsuharu2019-05-141-5/+25
* | Fix last changes in src/ftfont.cYAMAMOTO Mitsuharu2019-05-051-5/+1
* | Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu2019-05-051-63/+111
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-11/+53
|\ \ | |/
| * Use bitmap strikes as fallbacks for ftcr font backendYAMAMOTO Mitsuharu2019-04-201-5/+39
| * Unify three font info structuresRobert Pluim2019-02-081-34/+25
| * Add portable dumperDaniel Colascione2019-01-151-0/+10
| * Use shortcuts for FlengthPaul Eggert2019-01-091-5/+3
| * 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
| | * ; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.Eli Zaretskii2018-06-051-1/+1
| | * Port FC_COLOR change to older fontconfigPaul Eggert2018-06-051-1/+1
| | * Ignore color fonts when using XftRobert Pluim2018-06-051-0/+7
* | | Unify three font info structuresRobert Pluim2019-02-081-37/+26
* | | Always set explicit HarfBuzz buffer directionKhaled Hosny2019-01-051-8/+9