이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
cacalabs
/
libcaca
의 미러
https://github.com/cacalabs/libcaca.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
7
위키
활동
소스 검색
* Created a built-in font from Bitstream Vera (Monospace 9).
tags/v0.99.beta14
Sam Hocevar
sam
19 년 전
부모
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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기
쓰기
미리보기
불러오는 중...
취소
저장