This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Created a built-in font from Bitstream Vera (Monospace 9).
tags/v0.99.beta14
Sam Hocevar
sam
18 years ago
parent
fed62ed798
commit
d8821beb81
3 changed files
with
4889 additions
and
0 deletions
Split View
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
View File
@@ -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
View File
@@ -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
View File
Write
Preview
Loading…
Cancel
Save