Skip to content

Commit 99cee6a

Browse files
committed
Update README.md
1 parent bef7dd4 commit 99cee6a

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
# bmfont_to_cpp
2-
Bitmap font generator (BMFont) file to C++ static data converter
1+
BMFont to CPP converter
2+
3+
Converts bitmap fonts generated with Bitmap Font Generator
4+
(http://www.angelcode.com/products/bmfont/) into C++ static data
5+
6+
Copyright (c) 2014-2015 Boris I. Bendovsky (bibendovsky@hotmail.com)
7+
8+
This program is free software; you can redistribute it and/or
9+
modify it under the terms of the GNU General Public License
10+
as published by the Free Software Foundation; either version 2
11+
of the License, or (at your option) any later version.
12+
13+
This program is distributed in the hope that it will be useful,
14+
but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
GNU General Public License for more details.
17+
18+
You should have received a copy of the GNU General Public License
19+
along with this program; if not, write to the
20+
Free Software Foundation, Inc.,
21+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

0 commit comments

Comments
 (0)