|
| 1 | +## Bitmap Font Importer |
| 2 | + |
| 3 | +[](https://travis-ci.org/litefeel/Unity-BitmapFontImporter) |
| 4 | +[](https://gitter.im/litefeel/Unity-BitmapFontImporter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 5 | +[](https://github.com/litefeel/Unity-BitmapFontImporter/releases) |
| 6 | +[](https://github.com/litefeel/Unity-BitmapFontImporter/blob/upm/LICENSE.md) |
| 7 | +[](https://paypal.me/litefeel) |
| 8 | + |
| 9 | +[Bitmap Font Importer][bfi] is just perfect Unity asset plugin to import any custom bitmap font to your project. |
| 10 | +It easy imports any bitmap font generated by third party tools like:[littera][1], [bmGlyph][2], [Glyph Designer 2][3], [ShoeBox][4] or [Bitmap Font Generator][5] |
| 11 | + |
| 12 | +Thiks @Xylph, this origin code form [here](http://forum.unity3d.com/threads/unity-4-6-bitmap-font.265209/) |
| 13 | + |
| 14 | +**Feature list:** |
| 15 | + |
| 16 | +- Free |
| 17 | +- Auto Import bitmap fonts |
| 18 | +- Support XML and Plain text format of .fnt |
| 19 | +- Support Multi texture |
| 20 | +- Reimport exists bitmap font |
| 21 | +- Source Code on [Github][bfi] |
| 22 | +- Tested with Unity 5.x - 2019 |
| 23 | +- No runtime resources required |
| 24 | +- No scripting required |
| 25 | + |
| 26 | + |
| 27 | +**How to Use?** |
| 28 | + |
| 29 | +Please see [here][howtouse] |
| 30 | + |
| 31 | + |
| 32 | +**Support** |
| 33 | + |
| 34 | +- Create issues by [issues][issues] page |
| 35 | +- Send email to me: <litefeel@gmail.com> |
| 36 | + |
| 37 | +[1]: http://kvazars.com/littera/ (littera) |
| 38 | +[2]: http://www.bmglyph.com (bmGlyph) |
| 39 | +[3]: https://71squared.com/glyphdesigner (Glyph Designer 2) |
| 40 | +[4]: http://renderhjs.net/shoebox/ (ShoeBox) |
| 41 | +[5]: http://www.angelcode.com/products/bmfont/ (Bitmap Font Generator) |
| 42 | +[bfi]: https://github.com/litefeel/Unity-BitmapFontImporter (BitmapFontImporter) |
| 43 | +[issues]: https://github.com/litefeel/Unity-BitmapFontImporter/issues (BitmapFontImporter issues) |
| 44 | +[howtouse]: https://github.com/litefeel/Unity-BitmapFontImporter/wiki/How-to-use (BitmapFontImporter How to use) |
0 commit comments