Skip to content

Commit 145e5d0

Browse files
committed
update readme.md
1 parent 604db62 commit 145e5d0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
### Bitmap Font Importer
1+
## Bitmap Font Importer
22

33
[![Build Status](http://unitybuildbadge.azurewebsites.net/api/status/7b463c0a-69e8-46df-bcc4-15f8b7fb79d4)](https://developer.cloud.unity3d.com/build/orgs/lite3/projects/bitmapfontimporter/)
44

55
[Bitmap Font Importer][bfi] is just perfect Unity asset plugin to import any custom bitmap font to your project.
6-
It easy imports any bitmap font generated by third party tools like:[littera][1], [bmGlyph][2], [Glyph Designer 2][3] or [ShoeBox][4]
6+
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]
77

88
Thiks @Xylph, this origin code form [here](http://forum.unity3d.com/threads/unity-4-6-bitmap-font.265209/)
99

1010
**Feature list:**
11+
1112
- Free
1213
- Auto Import bitmap fonts
1314
- Support XML and Plain text format of .fnt
@@ -18,15 +19,18 @@ Thiks @Xylph, this origin code form [here](http://forum.unity3d.com/threads/unit
1819
- No scripting required
1920

2021

21-
**How to Use?**
22+
**How to Use?**
23+
2224
Please see [here][howtouse]
2325

2426

2527
**Support**
28+
2629
- Create issues by [issues][issues] page
2730
- Send email to me: <litefeel@gmail.com>
2831

2932
**ChangeLog**
33+
3034
<https://github.com/lite3/Unity-BitmapFontImporter/blob/master/Assets/BitmapFontImporter/CHANGELOG>
3135

3236

@@ -36,6 +40,7 @@ Please see [here][howtouse]
3640
[2]: http://www.bmglyph.com (bmGlyph)
3741
[3]: https://71squared.com/glyphdesigner (Glyph Designer 2)
3842
[4]: http://renderhjs.net/shoebox/ (ShoeBox)
43+
[5]: http://www.angelcode.com/products/bmfont/ (Bitmap Font Generator)
3944
[bfi]: https://github.com/lite3/Unity-BitmapFontImporter (BitmapFontImporter)
4045
[issues]: https://github.com/lite3/Unity-BitmapFontImporter/issues (BitmapFontImporter issues)
4146
[howtouse]: https://github.com/lite3/Unity-BitmapFontImporter/wiki/How-to-use (BitmapFontImporter How to use)

0 commit comments

Comments
 (0)