subiquity/font
Olivier Gayot cad618d91a font: allow to display circled white star in console font
The console font now embeds a representation of the circled white star.
The glyph is based on 9x15.bdf from console-setup.

Unfortunately, our font expects glyphs of width 8 so I chopped off the
first column of points from the glyph.

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
2022-05-10 09:45:25 +02:00
..
README.md my attempt at a check mark 2018-11-28 14:51:04 +13:00
make-font.sh fix font equivalents 2018-12-13 14:14:47 +13:00
subiquity.bdf font: allow to display circled white star in console font 2022-05-10 09:45:25 +02:00
subiquity.equivalents my attempt at a check mark 2018-11-28 14:51:04 +13:00
subiquity.psf font: allow to display circled white star in console font 2022-05-10 09:45:25 +02:00
subiquity.set font: allow to display circled white star in console font 2022-05-10 09:45:25 +02:00

README.md

Subiquity comes with its own console font, which differs from the standard one in how arrow-like glyphs are rendered; the standard font renders them as arrowheaded forms like → but we want solid triangles like ▶.

We also want a check mark (✓) and I don't like the one in h16.bdf.

Make the font using the make-font.sh script (can't do it at snap build time because it uses "apt source").