aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftfont.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-08-03Fix various typos reported by Pip CetPo Lu1-5/+5
2024-06-11Enable support for color fonts in recent releases of XftPo Lu1-5/+22
2024-05-20Circumvent bug#70989Po Lu1-2/+14
2024-04-30Pacify GCC 14 -Wstring-operflow in ftfont.cPaul Eggert1-5/+5
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-26; * src/ftfont.c (ftfont_glyph_metrics): Comment on advance rounding.Po Lu1-0/+6
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-05-19Whitelist some incorrectly labeled "color" fonts under XftPo Lu1-1/+29
2022-01-12Skip virtual FcPattern entries for variable weight fontsSean Whitton1-0/+21
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-11-20Add support for the Haiku operating system and its window systemPo Lu1-0/+4
2021-11-12Allow choosing regular-weighted fonts when medium-weighted existLars Ingebrigtsen1-2/+0
2021-07-20Fix problem with certain fonts in ftfont_shape_by_fltKenichi Handa1-0/+21
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-08-25Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert1-2/+2
2020-08-15Prefer Fvector to make_uninit_vectorPaul Eggert1-8/+4
2020-04-25Remove unused variable from ftfont.cIgor Saprykin1-5/+2
2020-03-19Use correct registry name for windows-1251 charsetRobert Pluim1-1/+1
2020-03-14Fix display of Big5 characters when using FontconfigEli Zaretskii1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-29Ignore all color fonts when using XFTRobert Pluim1-1/+16
2019-12-03Fix typo in populating otf_capability method for HarfBuzzYAMAMOTO Mitsuharu1-1/+1
2019-11-14In Cairo builds, omit some unnecessary functionsPaul Eggert1-0/+12
2019-08-24extern function cleanupPaul Eggert1-1/+1
2019-07-09Rename font_driver member close -> close_fontMattias EngdegÄrd1-1/+1
2019-07-09Rename font_driver member open -> open_fontMattias EngdegÄrd1-1/+1
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert1-1/+0
2019-07-06Add HarfBuzz fallbacks for libotf functions used in ftfont_listYAMAMOTO Mitsuharu1-3/+100
2019-07-01Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu1-0/+1
2019-06-30Fix negation in elements of OTF feature listYAMAMOTO Mitsuharu1-1/+1
2019-06-18Support font driver supersessionYAMAMOTO Mitsuharu1-0/+1
2019-06-02Implement the get_variation_glyphs method for FreeType >= 2.3.6YAMAMOTO Mitsuharu1-5/+25
2019-06-02Revert previous commitYAMAMOTO Mitsuharu1-25/+5
2019-06-02Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu1-5/+25
2019-06-02Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu1-293/+2
2019-05-23Make Cairo build obey hint-style font setting (Bug#35781)YAMAMOTO Mitsuharu1-56/+166
2019-05-19Replace XChar2b with unsigned in all font backendsAlexander Gramiak1-1/+1
2019-05-14Avoid artifacts in ftx and ftcr font backend driversYAMAMOTO Mitsuharu1-5/+25
2019-05-05Fix last changes in src/ftfont.cYAMAMOTO Mitsuharu1-5/+1
2019-05-05Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu1-63/+111
2019-04-20Use bitmap strikes as fallbacks for ftcr font backendYAMAMOTO Mitsuharu1-5/+39
2019-02-08Unify three font info structuresRobert Pluim1-37/+26
2019-02-08Unify three font info structuresRobert Pluim1-34/+25
2019-01-15Add portable dumperDaniel Colascione1-0/+10
2019-01-09Use shortcuts for FlengthPaul Eggert1-5/+3
2019-01-05Always set explicit HarfBuzz buffer directionKhaled Hosny1-8/+9
2019-01-05Improve GC+Cairo workaroundPaul Eggert1-8/+1