summaryrefslogtreecommitdiff
path: root/src/sfntfont.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-23sfnt_parse_languages does not need USE_SAFE_ALLOCAPaul Eggert
2026-05-23New function memory_full_upPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-09-17Fix misuse of toupper in sfnt_parse_stylePaul Eggert
2024-08-03Fix various typos reported by Pip CetPo Lu
2024-07-18; Fix typosStefan Kangas
2024-05-29; * src/sfntfont.c (sfnt_parse_style): Fix typo.Po Lu
2024-05-20Adapt last change to AndroidPo Lu
2024-03-30Fix building the SFNT font driverPo Lu
2024-02-09Set adstyle within sfnt font objectsPo Lu
2024-01-13Properly sort results for partial font specsPo Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-29Obey USE_MY_METRICS in compound glyphsPo Lu
2023-12-26Consistently round glyph advances in the SFNT font backendPo Lu
2023-12-25Apply TTF advance width rounding to uninstructed glyphsPo Lu
2023-12-23Respect glyph metrics modified by instruction codePo Lu
2023-12-19Further corrections to font scalingPo Lu
2023-12-18Enable the new font scalerPo Lu
2023-12-10; Fix typosStefan Kangas
2023-11-21Save more information into Android font namesPo Lu
2023-11-03Round underline position and thicknessPo Lu
2023-10-31Don't round underline metricsPo Lu
2023-10-31Extract underline positions from PostScript metrics tablesPo Lu
2023-10-30Ascertain font spacing from post table if presentPo Lu
2023-10-22Enumerate default UVS glyphsPo Lu
2023-10-18Mollify compiler under Android builds without mmapPo Lu
2023-09-30Update Android portPo Lu
2023-09-23Correct comparisons between size_t and ssize_tPo Lu
2023-09-16; * src/sfntfont.c (sfntfont_list_family): Remove unused variable.Po Lu
2023-09-16Update Android portPo Lu
2023-09-13Exclude ``regular'' from font adstylePo Lu
2023-09-12Extract font foundry metadata from the OS/2 tablePo Lu
2023-09-11Provide an option to disable font instruction code executionPo Lu
2023-09-11Respect vertical centering preferences under AndroidPo Lu
2023-09-10Update Android portPo Lu
2023-09-08Permit XLFD names to exceed 255 charactersPo Lu
2023-08-24Properly detect medium fontsPo Lu
2023-08-21Properly enumerate GX fonts of the same family with divergent stylesPo Lu
2023-08-20Update Android portPo Lu
2023-08-13; Fix FSF address in some files' copyright noticesPo Lu
2023-08-12Merge from origin/emacs-29Eli Zaretskii
2023-08-10Uniformly verify sfnt_read_table_directory doesn't return TTC headerPo Lu
2023-08-10Fix crash when reading TTC font for glyph mapping table selectionPo Lu
2023-07-31Update Android portPo Lu
2023-07-31; Update Android portPo Lu
2023-05-31Fix build with Lisp_Object type checkingPo Lu
2023-03-30Tweak outline cache stuffPo Lu
2023-03-30Update Android portPo Lu