Files
emacs/src
Po Lu ecc8870981 Ascertain font spacing from post table if present
* src/sfnt.c (sfnt_table_names): Introduce name of post table.
(sfnt_read_post_table): New function.
(main): New tests.

* src/sfnt.h (struct sfnt_post_table): New struct.

* src/sfntfont.c (sfnt_enum_font_1): Read post table, and set
spacing from its is_fixed_pitch value.
(sfntfont_list_1): Compare spacing between both fonts if
supplied in the font spec.
(sfntfont_open): Set FONT_FILE_INDEX as well as
FONT_FULLNAME_INDEX.
2023-10-30 15:33:27 +08:00
..
2023-10-18 20:51:22 +02:00
2023-09-09 15:50:06 +08:00
2023-10-04 16:33:05 +08:00
2023-10-04 16:33:05 +08:00
2023-07-06 09:35:27 +08:00
2023-09-16 07:36:49 -04:00
2023-09-09 04:32:45 -04:00
2023-07-27 17:13:39 +08:00
2023-07-31 11:11:21 -04:00
2023-08-07 21:26:36 -07:00
2023-05-13 06:36:25 -04:00
2023-09-09 04:32:45 -04:00
2023-08-16 16:06:34 +00:00
2023-10-23 14:48:42 +02:00
2023-08-15 15:55:40 -07:00
2023-05-14 19:28:13 -07:00
2023-09-20 11:30:31 +02:00
2023-09-08 11:01:30 +08:00
2023-09-16 07:36:49 -04:00
2023-09-07 08:58:21 +08:00
2023-10-12 11:02:53 +02:00
2023-07-05 11:39:45 +08:00
2023-10-07 03:46:48 -04:00
2023-08-01 10:34:33 +08:00
2023-10-24 19:57:34 +02:00
2023-10-13 16:16:19 +02:00
2023-10-27 20:47:01 +03:00
2023-05-14 19:28:14 -07:00
2023-05-23 17:53:07 +03:00
2023-09-07 09:35:59 +08:00
2023-08-07 21:26:36 -07:00
2023-09-05 14:39:34 +08:00
2023-09-16 07:36:49 -04:00
2023-10-28 05:06:21 -04:00
2023-08-02 23:32:28 +02:00
2023-09-23 14:20:58 +08:00
2023-08-02 23:32:28 +02:00
2023-10-29 18:18:52 +08:00
2023-09-15 10:30:12 +08:00
2023-08-10 08:40:48 +08:00

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Copyright (C) 2001-2023 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

The file 'Makefile.in' is used as a template by the script
'../configure' to produce 'Makefile'.  This is the file which actually
controls the compilation of Emacs C source files.  All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run 'make'.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.