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:
@@ -47,5 +47,5 @@ indent:
|
||||
done
|
||||
|
||||
commit:
|
||||
git-commit $(OBJS:.o=.c) $(HDRS) $(MISC)
|
||||
git commit $(OBJS:.o=.c) $(HDRS) $(MISC)
|
||||
|
||||
|
||||
@@ -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.
|
||||
///
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
|
||||
My version of BDF fonts converter to C includes, which can be used to
|
||||
embed Fonts into the executable.
|
||||
My version of BDF fonts convertor to C includes, which can be used to
|
||||
embed fonts into the executable.
|
||||
|
||||
Usage:
|
||||
./bdf2c -c
|
||||
|
||||
Reference in New Issue
Block a user