Add orbitron font as per bsx' wish. Update ubuntu font file with licence
This commit is contained in:
parent
d7cade6bce
commit
638e7ad09d
|
@ -10,6 +10,7 @@ OBJS =
|
||||||
OBJS += smallfonts.o
|
OBJS += smallfonts.o
|
||||||
|
|
||||||
OBJS += ubuntu18.o
|
OBJS += ubuntu18.o
|
||||||
|
OBJS += orbitron14.o
|
||||||
|
|
||||||
OBJS += display.o
|
OBJS += display.o
|
||||||
OBJS += render.o
|
OBJS += render.o
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,3 @@
|
||||||
|
#include "fonts.h"
|
||||||
|
|
||||||
|
extern const struct FONT_DEF Font_Orbitron14pt;
|
|
@ -1,6 +1,12 @@
|
||||||
#include "ubuntu18.h"
|
#include "ubuntu18.h"
|
||||||
|
|
||||||
/* Font data for Ubuntu 18pt */
|
/* Font data for Ubuntu Regular 18pt */
|
||||||
|
|
||||||
|
/* Copyright 2010 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* This file created by makefont.pl by Sec <sec.org> */
|
||||||
|
|
||||||
/* Bitmaps */
|
/* Bitmaps */
|
||||||
const uint8_t Ubuntu18ptBitmaps[] = {
|
const uint8_t Ubuntu18ptBitmaps[] = {
|
||||||
|
@ -1539,3 +1545,10 @@ const struct FONT_DEF Font_Ubuntu18pt = {
|
||||||
126, /* last char */
|
126, /* last char */
|
||||||
Ubuntu18ptBitmaps, Ubuntu18ptLengths
|
Ubuntu18ptBitmaps, Ubuntu18ptLengths
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* Font metadata:
|
||||||
|
* Name: Ubuntu Regular 18pt
|
||||||
|
* Height: 23 px (3 bytes)
|
||||||
|
* Maximum width: 23 px
|
||||||
|
* Storage size: 1778 bytes (compressed by 53%)
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in New Issue