|
@@ -1,11 +1,7 @@
|
|
|
= Font Creator
|
|
|
-:author:
|
|
|
-:revnumber:
|
|
|
-:revdate: 2016/03/17 20:48
|
|
|
+:revnumber: 2.0
|
|
|
+:revdate: 2020/07/25
|
|
|
:keywords: gui, documentation, hud
|
|
|
-:relfileprefix: ../../
|
|
|
-:imagesdir: ../..
|
|
|
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
|
|
|
This SDK plugin provides font support for jMonkeyEngine games. It creates AngelFont files from system fonts. Make sure you have the rights/license to use this font! You can link:https://www.google.com/search?q=free+fonts[search for and download free fonts] from many sites.
|
|
@@ -16,7 +12,7 @@ This SDK plugin provides font support for jMonkeyEngine games. It creates AngelF
|
|
|
If the plugin is installed, you see it under `Plugins → Installed`
|
|
|
|
|
|
|
|
|
-image::jme3/external/install-font-plugin.png[install-font-plugin.png,width="450",height="275",align="center"]
|
|
|
+image::plugin//install-font-plugin.png[install-font-plugin.png,width="450",height="275",align="center"]
|
|
|
|
|
|
|
|
|
(If you don't see it, go to `Tools → Plugins → Available Plugins` to install Font Creator.)
|
|
@@ -27,23 +23,23 @@ image::jme3/external/install-font-plugin.png[install-font-plugin.png,width="450"
|
|
|
The following example creates the custom font `Orbitron.fnt` in the `assets/Interface/Fonts` directory.
|
|
|
|
|
|
|
|
|
-image::jme3/external/font-1.png[font-1.png,width="",height="",align="center"]
|
|
|
+image::plugin/font-1.png[font-1.png,width="",height="",align="center"]
|
|
|
|
|
|
|
|
|
|
|
|
-image::jme3/external/font-2.png[font-2.png,width="",height="",align="center"]
|
|
|
+image::plugin/external/font-2.png[font-2.png,width="",height="",align="center"]
|
|
|
|
|
|
|
|
|
|
|
|
-image::jme3/external/font-3.png[font-3.png,width="",height="",align="center"]
|
|
|
+image::plugin/external/font-3.png[font-3.png,width="",height="",align="center"]
|
|
|
|
|
|
|
|
|
|
|
|
-image::jme3/external/font-4.png[font-4.png,width="",height="",align="center"]
|
|
|
+image::plugin/external/font-4.png[font-4.png,width="",height="",align="center"]
|
|
|
|
|
|
|
|
|
|
|
|
-image::jme3/external/font-5.png[font-5.png,width="",height="",align="center"]
|
|
|
+image::plugin/external/font-5.png[font-5.png,width="",height="",align="center"]
|
|
|
|
|
|
|
|
|
|
|
@@ -64,4 +60,4 @@ guiNode.attachChild(hudText);
|
|
|
== create font for RTL languages like persian and arabic
|
|
|
|
|
|
to create and use persian bitmap fonts use this tool.
|
|
|
- link:https://github.com/younes-noori/bitMapFontCreator[bitMapFontCreator for RTL languages]
|
|
|
+link:https://github.com/younes-noori/bitMapFontCreator[bitMapFontCreator for RTL languages]
|