summaryrefslogtreecommitdiff
path: root/src/ftfont.c
AgeCommit message (Expand)Author
2024-08-03Fix various typos reported by Pip CetPo Lu
2024-06-11Enable support for color fonts in recent releases of XftPo Lu
2024-05-20Circumvent bug#70989Po Lu
2024-04-30Pacify GCC 14 -Wstring-operflow in ftfont.cPaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-26; * src/ftfont.c (ftfont_glyph_metrics): Comment on advance rounding.Po Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-05-19Whitelist some incorrectly labeled "color" fonts under XftPo Lu
2022-01-12Skip virtual FcPattern entries for variable weight fontsSean Whitton
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-11-12Allow choosing regular-weighted fonts when medium-weighted existLars Ingebrigtsen
2021-07-20Fix problem with certain fonts in ftfont_shape_by_fltKenichi Handa
2021-01-01Update copyright year to 2021Paul Eggert
2020-08-25Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert
2020-08-15Prefer Fvector to make_uninit_vectorPaul Eggert
2020-04-25Remove unused variable from ftfont.cIgor Saprykin
2020-03-19Use correct registry name for windows-1251 charsetRobert Pluim
2020-03-14Fix display of Big5 characters when using FontconfigEli Zaretskii
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-29Ignore all color fonts when using XFTRobert Pluim
2019-12-03Fix typo in populating otf_capability method for HarfBuzzYAMAMOTO Mitsuharu
2019-11-14In Cairo builds, omit some unnecessary functionsPaul Eggert
2019-08-24extern function cleanupPaul Eggert
2019-07-09Rename font_driver member close -> close_fontMattias EngdegÄrd
2019-07-09Rename font_driver member open -> open_fontMattias EngdegÄrd
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-07-06Add HarfBuzz fallbacks for libotf functions used in ftfont_listYAMAMOTO Mitsuharu
2019-07-01Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu
2019-06-30Fix negation in elements of OTF feature listYAMAMOTO Mitsuharu
2019-06-18Support font driver supersessionYAMAMOTO Mitsuharu
2019-06-02Implement the get_variation_glyphs method for FreeType >= 2.3.6YAMAMOTO Mitsuharu
2019-06-02Revert previous commitYAMAMOTO Mitsuharu
2019-06-02Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu
2019-06-02Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu
2019-05-23Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu
2019-05-23Make Cairo build obey hint-style font setting (Bug#35781)YAMAMOTO Mitsuharu
2019-05-19Replace XChar2b with unsigned in all font backendsAlexander Gramiak
2019-05-14Avoid artifacts in ftx and ftcr font backend driversYAMAMOTO Mitsuharu
2019-05-05Fix last changes in src/ftfont.cYAMAMOTO Mitsuharu
2019-05-05Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu
2019-04-27Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu
2019-04-20Use bitmap strikes as fallbacks for ftcr font backendYAMAMOTO Mitsuharu
2019-02-08Unify three font info structuresRobert Pluim
2019-02-08Unify three font info structuresRobert Pluim
2019-01-15Add portable dumperDaniel Colascione
2019-01-09Use shortcuts for FlengthPaul Eggert
2019-01-05Always set explicit HarfBuzz buffer directionKhaled Hosny