GlyphIGo was used to generate a subset of the Roboto font
cobalt/content/fonts
contains a script called create_minimized_roboto.sh
that can help recreate minimized font if needed
Steps:
cd src/cobalt/content/fonts
./create_minimized_roboto.sh
fontforge
using apt. sudo apt install fontforge
fontforge
, navigate the menu: Encoding
->Reencode
->Glyph Order
. Scroll to the top, find the first glyph. By spec, this glyph is called .notdef
, and is used when this font is the default font and there glyph for a character we're looking for is missing in the file. Often this will be blank after the last step, which can be undesired..notdef
glyph from a different font..notdef
glyph.Edit
->Copy
from the font you want to copy from..notdef
glyph.Edit
->Paste
.File
->Generate Fonts...
, make sure that the file name is correct.