https://github.com/aras-p/unitystbeasyfont
https://github.com/aras-p/unitystbeasyfont
font unity
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aras-p/unitystbeasyfont
- Owner: aras-p
- Created: 2015-11-02T08:48:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T15:13:29.000Z (over 10 years ago)
- Last Synced: 2025-03-17T04:43:06.696Z (over 1 year ago)
- Topics: font, unity
- Language: C#
- Size: 215 KB
- Stars: 48
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnityStbEasyFont
A port of [stb_easy_font.h](https://github.com/nothings/stb/blob/master/stb_easy_font.h) to Unity/C#.
Primarily for the cases where you need some simple text, but don't want to use built-in Unity's UI/TextMesh/GUIText
for whatever reason. In my case, I needed some explanatory text on screen for automated graphics tests, that would never
change if/when our font system changes.

*SimpleTextMesh* component: TextMesh equivalent (3D positioned text in world space)

*SimpleGUIText* component: GUIText equivalent (screenspace pixel-size text)

## Unity version
This project is built with Unity 5.1.1, but generally the code should work in pretty much any version. I think :)
## Code Quality
Code was just whipped together in a hurry ("throwaway prototype to validate idea" state right now),
not much comments or robustness. Use at your own risk.
## License
This software is in the public domain. Where that dedication is not
recognized, you are granted a perpetual, irrevocable license to copy,
distribute, and modify these files as you see fit.