This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
* Created a built-in font from Bitstream Vera (Monospace 9).
tags/v0.99.beta14
Sam Hocevar
sam
18 年之前
父節點
fed62ed798
當前提交
d8821beb81
共有
3 個文件被更改
,包括
4889 次插入
和
0 次删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -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
文件差異過大導致無法顯示
查看文件
Write
Preview
Loading…
取消
儲存