Questions tagged [fontsets]

5 questions
2
votes
1 answer

How can I apply a user-defined fontset to a face?

Say I create a fontset and populate it with fonts: (create-fontset-from-fontset-spec (font-xlfd-name (font-spec :registry "fontset-mine"))) (set-fontset-font "fontset-mine" 'latin "Noto Serif") (set-fontset-font "fontset-mine" 'kana "Noto Serif CJK…
Jun Inoue
  • 195
  • 6
1
vote
0 answers

Since Emacs 28: A new font problem with Arabic

Since Emacs 28 I have a new problem with Arabic fonts. I can't change the Arabic characters to the font of DejaVu Sans Mono (or others). This wasn't a problem before. The old one: As you can see the glyphs aren't correct, the '-' after س is not…
rl1
  • 346
  • 1
  • 16
0
votes
0 answers

Specify the size of a font in a fontset, but let it be scaled by `text-scale-adjust`

I want to use Inconsolata LGC's Greek with Inconsolata (plain Inconsolata has better hinting than Inconsolata LGC). I've set up a fontset (of course these are things you copy from Stack Exchange) (create-fontset-from-fontset-spec (font-xlfd-name…
Arch Stanton
  • 1,525
  • 9
  • 22
0
votes
1 answer

Color emoji arrows in emacs

I have attempted to setup emacs 28.2 to display color emojis using the Noto Color Emoji font. According to a "Font Manager" program (provided by font-manager Debian package), the following symbols are among the glyphs available within the Noto…
s-t-s
  • 1
  • 1
0
votes
1 answer

`buffer-face-mode` does not work with custom fontset

I can not change family and size of a custom fontset in buffer-face-mode. Below is the minimal test config (create-fontset-from-fontset-spec (font-xlfd-name (font-spec :registry "fontset-mine" :family "SF Pro" :weight 'regular…
Saddle Point
  • 481
  • 7
  • 23