Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
cacalabs
/
libcaca
peilaus alkaen
https://github.com/cacalabs/libcaca.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
7
Wiki
Toiminta
Selaa lähdekoodia
* Created a built-in font from Bitstream Vera (Monospace 9).
tags/v0.99.beta14
Sam Hocevar
sam
19 vuotta sitten
vanhempi
fed62ed798
commit
d8821beb81
3 muutettua tiedostoa
jossa
4889 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
cucul/Makefile.am
+5
-0
cucul/font.c
+4883
-0
cucul/font_monospace9.h
+ 1
- 0
cucul/Makefile.am
Näytä tiedosto
@@ -26,6 +26,7 @@ libcucul_la_SOURCES = \
sprite.c \
dither.c \
font.c \
font_monospace9.h \
export_irc.c \
export_ansi.c \
export_html.c \
+ 5
- 0
cucul/font.c
Näytä tiedosto
@@ -32,6 +32,11 @@
#include "cucul.h"
#include "cucul_internals.h"
/* Internal fonts */
uint8_t const font_monospace9[] =
#include "font_monospace9.h"
;
struct font_header
{
uint32_t control_size, data_size;
+ 4883
- 0
cucul/font_monospace9.h
File diff suppressed because it is too large
Näytä tiedosto
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna