Add hou+ font
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -5,3 +5,7 @@ msgothic_0 is used for Japanese only and is based off of MS Gothic
|
|||||||
msgothic_2 is used for English and is based off of PT Sans
|
msgothic_2 is used for English and is based off of PT Sans
|
||||||
|
|
||||||
If you're developing a translation into a non-English language like Vietnamese and you find that the font is missing characters needed for your language, try renaming the two `msgothic_2 for non-English` files over the PT Sans ones. These are based off of Deja-Vu Sans which has support for more languages than PT Sans does.
|
If you're developing a translation into a non-English language like Vietnamese and you find that the font is missing characters needed for your language, try renaming the two `msgothic_2 for non-English` files over the PT Sans ones. These are based off of Deja-Vu Sans which has support for more languages than PT Sans does.
|
||||||
|
|
||||||
|
## Hou Plus Notes
|
||||||
|
|
||||||
|
Hou Plus uses a single font file (msgothic_2). You will need to use the 'combined' list which contains both 'OtherLang' and Japanese characters.
|
||||||
BIN
assets/fonts/hou-plus/Hou Plus Font Asset Creator Settings.png
Normal file
BIN
assets/fonts/hou-plus/Hou Plus Font Asset Creator Settings.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
5
assets/fonts/hou-plus/Information.txt
Normal file
5
assets/fonts/hou-plus/Information.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
This font was generated using Unity 2019.4.40f1.
|
||||||
|
See screenshot for settings used, but note:
|
||||||
|
- Use SDFAA initially until everything looks correct as it is way faster than SDF32, then use SDF32 for final pass
|
||||||
|
- I've used "Auto Sizing" which doesn't guarentee a fixed font size in-game, so you'll need to adjust the font size in the init.txt if you add or remove a huge amount of characters.
|
||||||
|
See folder assets\files-hou-plus for the raw .dat files
|
||||||
@@ -5,3 +5,7 @@ I had originally made these for personal use and wasn't thinking about publishin
|
|||||||
Download Swift [here](https://swift.org/download/) for Ubuntu or macOS, it also appears to be [on the AUR](https://aur.archlinux.org/packages/swift/) for Arch users and on the main Fedora repo as `swift-lang`. Compile a script with `swiftc -O scriptFile.swift` or run it directly with `swift -O scriptFile.swift arguments`, though that will be fairly slow if you plan to run the script multiple times.
|
Download Swift [here](https://swift.org/download/) for Ubuntu or macOS, it also appears to be [on the AUR](https://aur.archlinux.org/packages/swift/) for Arch users and on the main Fedora repo as `swift-lang`. Compile a script with `swiftc -O scriptFile.swift` or run it directly with `swift -O scriptFile.swift arguments`, though that will be fairly slow if you plan to run the script multiple times.
|
||||||
|
|
||||||
Documentation coming soon™
|
Documentation coming soon™
|
||||||
|
|
||||||
|
## Hou Plus Notes
|
||||||
|
|
||||||
|
Hou Plus uses a single font file for both languages, so you need to use the 'combined' list which contains both 'OtherLang' and Japanese characters `msgothic_2_charset_JP_and_OtherLang.txt`.
|
||||||
Reference in New Issue
Block a user