Skip to content

Commit bdff0bb

Browse files
added 6x10 and 6x10 rounded fonts (#1083)
* added 6x10 font * added 6x10 rounded variant
1 parent 50e97e4 commit bdff0bb

File tree

6 files changed

+50518
-8
lines changed

6 files changed

+50518
-8
lines changed

docs/fonts.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,32 @@ including the runic code block. 4121 code points in total.
106106
- Ascent: 11
107107
- Descent: 2
108108

109+
### 6x10
110+
By [olikraus](https://github.com/olikraus/u8g2/wiki).
111+
112+
![6x16 example](img/6x10.gif)
113+
114+
A medium, monospace, bitmap font with a size of 6x10 pixels. Ideal for fixed-width applications.
115+
116+
- Advance: 6
117+
- Height: 10
118+
- Cap height: 7
119+
- Ascent: 8
120+
- Descent: 2
121+
122+
### 6x10-rounded
123+
Original font By [olikraus](https://github.com/olikraus/u8g2/wiki) & modified by [SynthSolar](https://github.com/SynthSolar).
124+
125+
![6x16-rounded example](img/6x10-rounded.gif)
126+
127+
A medium, monospace, rounded, bitmap font with a size of 6x10 pixels. Ideal for fixed-width applications.
128+
129+
- Advance: 6
130+
- Height: 10
131+
- Cap height: 7
132+
- Ascent: 8
133+
- Descent: 2
134+
109135
### 10x20
110136
By [Markus Kuhn](http://www.cl.cam.ac.uk/~mgk25/).
111137

docs/img/6x10-rounded.gif

1.29 MB
Loading

docs/img/6x10.gif

1.29 MB
Loading

0 commit comments

Comments
 (0)