mirror of
https://github.com/zyphlar/bdf2c.git
synced 2024-03-08 13:47:46 +00:00
Initial version 1
This commit is contained in:
parent
97f4a036e6
commit
b6733489ab
2
Makefile
2
Makefile
|
@ -47,5 +47,5 @@ indent:
|
||||||
done
|
done
|
||||||
|
|
||||||
commit:
|
commit:
|
||||||
git-commit $(OBJS:.o=.c) $(HDRS) $(MISC)
|
git commit $(OBJS:.o=.c) $(HDRS) $(MISC)
|
||||||
|
|
||||||
|
|
2
bdf2c.c
2
bdf2c.c
|
@ -1,5 +1,5 @@
|
||||||
///
|
///
|
||||||
/// @file bdf2c.c BDF Font to C source converter
|
/// @file bdf2c.c BDF Font to C source convertor
|
||||||
///
|
///
|
||||||
/// Copyright (c) 2009 by Johns. All Rights Reserved.
|
/// Copyright (c) 2009 by Johns. All Rights Reserved.
|
||||||
///
|
///
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
My version of BDF fonts converter to C includes, which can be used to
|
My version of BDF fonts convertor to C includes, which can be used to
|
||||||
embed Fonts into the executable.
|
embed fonts into the executable.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
./bdf2c -c
|
./bdf2c -c
|
||||||
|
|
Loading…
Reference in New Issue
Block a user