Skip to content

Commit a3177e8

Browse files
committed
Add Documentation
1 parent 3b2a5d5 commit a3177e8

File tree

2 files changed

+48
-8
lines changed

2 files changed

+48
-8
lines changed

Documentation~/index.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
## Bitmap Font Importer
2+
3+
[![Build Status](https://travis-ci.org/litefeel/Unity-BitmapFontImporter.svg?branch=master)](https://travis-ci.org/litefeel/Unity-BitmapFontImporter)
4+
[![Join the chat at https://gitter.im/litefeel/Unity-BitmapFontImporter](https://badges.gitter.im/litefeel/Unity-BitmapFontImporter.svg)](https://gitter.im/litefeel/Unity-BitmapFontImporter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5+
[![](https://img.shields.io/github/release/litefeel/Unity-BitmapFontImporter.svg?label=latest%20version)](https://github.com/litefeel/Unity-BitmapFontImporter/releases)
6+
[![](https://img.shields.io/github/license/litefeel/Unity-BitmapFontImporter.svg)](https://github.com/litefeel/Unity-BitmapFontImporter/blob/upm/LICENSE.md)
7+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](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)

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
[![Build Status](https://travis-ci.org/litefeel/Unity-BitmapFontImporter.svg?branch=master)](https://travis-ci.org/litefeel/Unity-BitmapFontImporter)
44
[![Join the chat at https://gitter.im/litefeel/Unity-BitmapFontImporter](https://badges.gitter.im/litefeel/Unity-BitmapFontImporter.svg)](https://gitter.im/litefeel/Unity-BitmapFontImporter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5+
[![](https://img.shields.io/github/release/litefeel/Unity-BitmapFontImporter.svg?label=latest%20version)](https://github.com/litefeel/Unity-BitmapFontImporter/releases)
6+
[![](https://img.shields.io/github/license/litefeel/Unity-BitmapFontImporter.svg)](https://github.com/litefeel/Unity-BitmapFontImporter/blob/upm/LICENSE.md)
7+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/litefeel)
58

69
[Bitmap Font Importer][bfi] is just perfect Unity asset plugin to import any custom bitmap font to your project.
710
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]
@@ -16,7 +19,7 @@ Thiks @Xylph, this origin code form [here](http://forum.unity3d.com/threads/unit
1619
- Support Multi texture
1720
- Reimport exists bitmap font
1821
- Source Code on [Github][bfi]
19-
- Tested with Unity 5.x
22+
- Tested with Unity 5.x - 2019
2023
- No runtime resources required
2124
- No scripting required
2225

@@ -31,13 +34,6 @@ Please see [here][howtouse]
3134
- Create issues by [issues][issues] page
3235
- Send email to me: <litefeel@gmail.com>
3336

34-
**ChangeLog**
35-
36-
<https://github.com/litefeel/Unity-BitmapFontImporter/blob/master/Assets/BitmapFontImporter/CHANGELOG>
37-
38-
39-
40-
4137
[1]: http://kvazars.com/littera/ (littera)
4238
[2]: http://www.bmglyph.com (bmGlyph)
4339
[3]: https://71squared.com/glyphdesigner (Glyph Designer 2)

0 commit comments

Comments
 (0)