protesilaos / show-font

Show font features in an Emacs buffer
GNU General Public License v3.0
19 stars 2 forks source link

Feature requests... #2

Open pmetzger opened 2 weeks ago

pmetzger commented 2 weeks ago

Would be nice if you could easily view the full Unicode gamut of a font, if you could see a dired-style directory of available fonts (including a brief sample of each) and select one to view, if you could pick the current font and point size either from the directory or the font sample buffer itself...

protesilaos commented 1 week ago

From: "Perry E. Metzger" @.***> Date: Tue, 3 Sep 2024 11:44:20 -0700

Would be nice if you could easily view the full Unicode gamut of a font,

You mean to show all the characters supported by the given font?

if you could see a dired-style directory of available fonts (including a brief sample of each) and select one to view,

I think this can be done to look similar to the output of 'list-faces-display'.

if you could pick the current font and point size either from the directory or the font sample buffer itself...

I will define a command to preview a font among those installed on the system. It will use minibuffer completion.

-- Protesilaos Stavrou https://protesilaos.com

pmetzger commented 1 week ago

You mean to show all the characters supported by the given font?

Yes!

I think this can be done to look similar to the output of 'list-faces-display'.

Or maybe even a sequence where (if Roman letters are supported by the font) each font listed in itself?

I will define a command to preview a font among those installed on the system. It will use minibuffer completion.

Nice!