diff options
| author | Robert Pluim | 2020-01-14 10:49:28 +0100 |
|---|---|---|
| committer | Robert Pluim | 2020-01-14 10:50:22 +0100 |
| commit | 7ec66a59e3ea0a01e43ac0c7775749a2e7359ed3 (patch) | |
| tree | 607daaad48dacd2fd9ce354ac9a421776d0dc532 /etc | |
| parent | 08cd247fbdf75daee8ad2ee78b9f8ec70ff8e30f (diff) | |
| download | emacs-7ec66a59e3ea0a01e43ac0c7775749a2e7359ed3.tar.gz emacs-7ec66a59e3ea0a01e43ac0c7775749a2e7359ed3.zip | |
Document spacing issues with Xft for some fonts
* etc/PROBLEMS: Document issues with Xft and some recent fonts (Bug#39082).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 5067b53817b..9e4a631c729 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -728,6 +728,18 @@ and ps-mule to print Unicode characters. | |||
| 728 | 728 | ||
| 729 | You may have bad fonts. | 729 | You may have bad fonts. |
| 730 | 730 | ||
| 731 | ** Under X, some characters are unexpectedly wide. | ||
| 732 | |||
| 733 | e.g. recent versions of Inconsolata show this issue for almost all of | ||
| 734 | its characters. Due to what is probably an Xft bug, the determination | ||
| 735 | of the width of some characters is incorrect. One workaround is to | ||
| 736 | build emacs with Cairo enabled ("configure --with-cairo" and have the | ||
| 737 | appropriate Cairo development packages installed) as this | ||
| 738 | configuration does not suffer from this problem. See | ||
| 739 | <https://github.com/googlefonts/Inconsolata/issues/42> and | ||
| 740 | <https://lists.gnu.org/archive/html/bug-gnu-emacs/2020-01/msg00456.html> | ||
| 741 | for more discussion. | ||
| 742 | |||
| 731 | ** Under X, an unexpected monospace font is used as the default font. | 743 | ** Under X, an unexpected monospace font is used as the default font. |
| 732 | 744 | ||
| 733 | When compiled with XFT, Emacs tries to use a default font named | 745 | When compiled with XFT, Emacs tries to use a default font named |