Skip to content

Commit 8d32f4e

Browse files
committed
Add minimum documentation on how to generate a font bitmap.
1 parent 7c067b6 commit 8d32f4e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.adoc

+7
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ Lesser General Public License for more details.
2828
You should have received a copy of the GNU Lesser General Public
2929
License along with this library; if not, write to the Free Software
3030
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
31+
32+
== How-to generate bitmaps from the fonts ==
33+
[source,bash]
34+
----
35+
cd extra
36+
./generate_font.py 5x7.bdf Font_5x7.c Font_5x7
37+
----

0 commit comments

Comments
 (0)