Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-03 | FontEditor: Add text box for editing the font name. | Andreas Kling | |
2019-02-03 | FontEditor: Add a grid to the glyph editor widget. | Andreas Kling | |
2019-02-02 | Support font files. | Andreas Kling | |
This only works with the userspace build of SharedGraphics so far. It's also very slow at loading fonts, but that's easy to fix. Let's put fonts in /res/fonts/. | |||
2019-02-02 | Start working on a simple graphical font editor. | Andreas Kling | |
Editing fonts by editing text files is really slow and boring. A simple font editor seems like a good way to take LibGUI for a spin. |