summaryrefslogtreecommitdiff
path: root/Base/res/fonts
AgeCommit message (Collapse)Author
2019-12-30Base: Add glyph spacing fields to fontsTibor Nagy
2019-12-28Base: Add 2x upscaled Liza fontsTibor Nagy
2019-12-26Base: Add 3x upscaled Liza fontsTibor Nagy
Upscaled with hq3x then cleaned up the glyphs manually.
2019-12-10Fonts: Add two little marker glyphs to CsillaThin7x10Andreas Kling
ASCII values 0x1 and 0x2 of this font now contain little helper glyphs for showing left and right side markers around something.
2019-11-12Katica10: Tweak the 'L' and 'Q' glyphsAndreas Kling
2019-09-28Base: Add a bold variant of the Pebbleton 11px fontAndreas Kling
2019-05-04GTableView: Improve look of column headers, and add sort order indicators.Andreas Kling
2019-04-30Base: Import a slightly larger font I started working on.Andreas Kling
This still needs a bunch of work but it will be good to have a larger font available to us.
2019-04-10GSpinBox: Put nice little arrow glyphs on the buttons.Andreas Kling
2019-03-06Base: Tweak Katica system menu glyph.Andreas Kling
2019-03-06Base: Tweak Katica and Katica Bold glyphs.Andreas Kling
2019-03-06Add a bold variant of Katica and make that the system's default bold font.Andreas Kling
..and do some minor tweaks to the font rendering code.
2019-03-01Base: Add Csilla Bold 7x10 variant.Andreas Kling
It's nice to have a thin and a bold variant to complement each other.
2019-03-01Base: Import a new font, Csilla Thin (7x10).Andreas Kling
I wanted to do a bitmap font with an odd number of columns for a while and I finally got around to it. This really looks rather nice, so I'm making it the default system font for now. :^)
2019-02-12Base: Add some human-friendly spaces to font names.Andreas Kling
"LizaRegular" => "Liza Regular", etc.
2019-02-12Base: Rename Liza8x10 to LizaThin8x10.Andreas Kling
2019-02-12WindowServer: Made a slightly nicer icon for the system menu.Andreas Kling
2019-02-11WindowServer: Let's have a cute little symbol for the system menu.Andreas Kling
2019-02-05LizaRegular8x10: Tweak some glyphs.Andreas Kling
2019-02-05Rename LizaBold to LizaRegular and LizaBlack to LizaBold.Andreas Kling
LizaRegular is quickly becoming my favorite bitmap font. It's so pretty :^)
2019-02-05LizaBlack8x10: Tweak some glyphs.Andreas Kling
2019-02-04LizaBlack8x10: Import a very heavy variant of Liza.Andreas Kling
2019-02-04LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold.Andreas Kling
Start using it right away for window titles.
2019-02-03Liza8x10: Tweak some glyphs.Andreas Kling
2019-02-03Liza8x10: Tweak some glyphs.Andreas Kling
2019-02-02Support 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/.