Emacs: show-font version 0.4.0

This package lets you preview a font inside of Emacs. It does so in three ways:

  • Prompt for a font on the system and display it in a buffer.
  • List all known fonts in a buffer, with a short preview for each.
  • Provide a major mode to preview a font whose file is among the installed ones.

Sources:

Below are the release notes.


Version 0.4.0 on 2025-08-26

This version expands the capabilities of the font preview mechanism to handle emoji and icon fonts (i.e. those with codepoints in the Unicode Private Use Area).

Both the show-font-select-preview and show-font-tabulated commands now handle these types of font.

Previews for emoji or icon fonts are done using the string of characters set to the variable show-font-emoji-sample or show-font-icon-sample. These symbols are user options.