Xexxa
3951ddabec
Base: Add Geometric Shapes Extended to font Katica Regular 12
...
1F785-1F78A https://www.unicode.org/charts/PDF/U1F780.pdf
2022-05-31 10:19:47 +01:00
Xexxa
203edaf257
Base: Add Misc. Symbols and Pictographs to font Katica Regular 12
...
1F517, 1F49F, 1F4AF, 1F4DB
https://www.unicode.org/charts/PDF/U1F300.pdf
2022-05-31 10:19:47 +01:00
Xexxa
c8d108360f
Base: Add General Punctuation to font Katica Regular 12
...
2010, 2012, 2013, 2015, 2016, 2017, 2030, 2031, 2042, 2051,
2055, 204E, 204F, 205C
https://www.unicode.org/charts/PDF/U2000.pdf
2022-05-31 10:19:47 +01:00
Karol Kosek
fac283b20a
Base: Update some glyphs with Cedillas and Carons in Katica Regular 12
...
This is to make the glyphs more consistent within the font family.
Modified: U+0136, U+013D, U+013E, U+0145, U+0146, U+0156, U+0157
2022-05-29 21:06:15 +01:00
Karol Kosek
906e7aebe4
Base: Add Latin Extended-A to font Katica Regular 12
...
0100-017E: https://www.unicode.org/charts/PDF/U0100.pdf
2022-02-24 22:26:17 +00:00
Lady Gegga
9c988e64f1
Base: Add "sharp s" to Katicia(regular/bold 10/12) & Csilla(10)
...
1E9E https://www.unicode.org/charts/PDF/U1E00.pdf
2022-02-21 16:30:07 +00:00
Julian Offenhäuser
11375b35e8
Base: Add some latin ligatures to Csilla and Katica fonts
...
This patch adds ligatures for latin ff(FB00), fi(FB01), fl(FB02),
ſt(FB05) and st(FB06) to Csilla and Katica font variants.
2022-02-07 18:52:52 +00:00
Julian Offenhäuser
f0b500a062
Base: Adjust long s character (017f) in Csilla and Katica fonts
2022-01-07 00:17:49 +01:00
Maciej
6331da6469
Base: Add all Latin-1 Supplement glyphs to KaticaRegular12
2021-10-09 14:43:27 +02:00
Ben Wiederhake
38a732a202
Base: Extend Katica by German characters
...
These fonts are currently used by Browser in some cases. This patch adds
glyphs for the codepoints
ÄÖÜßäöü„“‚‘…
which appear very frequently on German webpages, and fixes the alignment
of '*'.
2021-10-03 17:13:44 +01:00
networkException
a7ce118249
Base: Add glyphs for the U+20AC euro sign to all bitmap fonts
2021-10-02 09:21:38 +01:00
Idan Horowitz
6a8246cacc
Base: Add glyphs for the U+2014 em dash to KaticaRegular
2021-10-01 20:54:48 +02:00
Idan Horowitz
036bdb0a01
Base: Add glyphs for the U+2019 apostrophe to KaticaRegular
2021-10-01 20:54:48 +02:00
thankyouverycool
91b3e9b7ae
Base: Convert BitmapFonts to new header
...
And add new italic font, Serifina.
2021-09-24 14:59:39 +02:00
Andreas Kling
aa7c590130
Base: Add 0x00A0 (non-breaking space) glyph to all our bitmap fonts
...
This is frequently used in web content ( ) so this change makes us
display it properly as whitespace. :^)
2021-09-21 13:04:02 +02:00
thankyouverycool
9bcfdfc03b
Base: Convert fonts to new header format
...
Type has been replaced with a bit mask size whose value corresponds
to the number of u8 ranges of 256 characters per bit. Given 0x110000
possible glyphs in Unicode 13.0, its maximum size is currently 544
and can be expanded if needed.
Adds the 0xFFFD replacement character to Csilla/KaticaRegular fonts
and fixes dozens of alignment errors in the Latin character sets.
2021-09-19 00:58:59 +02:00
Andreas Kling
8f2425125e
LibGfx+Base: Tweak bitmap fonts to ensure glyph data is 4-byte aligned
...
When building userland with UBSAN enabled (#7434 ), we were getting
spammed to death by unaligned access errors.
Fix these by adding 2 bytes of padding to the FontFileHeader struct,
and adjusting all our font files to match the new format. :^)
2021-05-24 08:18:34 +02:00
Andreas Kling
e17d4f8736
Fonts: Tweak 'r' glyphs in Katica
...
These were distractingly wide, so let's make them a bit narrower.
2021-03-29 19:14:45 +02:00
Andreas Kling
80b77cec38
LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fonts
...
This makes finding fonts from the same family much less difficult. :^)
2020-10-25 10:12:03 +01:00
Andreas Kling
5abc03db0d
Fonts: Rename font files consistently
...
Font files are now all named like this:
<Family><Weight><Size>.font
This will make it much easier/sane to perform font lookup.
2020-10-25 10:12:03 +01:00