Skip to content

Commit 5f6e07d

Browse files
committed
Add hou+ font
1 parent f3c8d89 commit 5f6e07d

File tree

6 files changed

+14
-1
lines changed

6 files changed

+14
-1
lines changed
Binary file not shown.
Binary file not shown.

assets/fonts/Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ msgothic_0 is used for Japanese only and is based off of MS Gothic
44

55
msgothic_2 is used for English and is based off of PT Sans
66

7-
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.
7+
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.
8+
9+
## Hou Plus Notes
10+
11+
Hou Plus uses a single font file (msgothic_2). You will need to use the 'combined' list which contains both 'OtherLang' and Japanese characters.
Loading

assets/fonts/hou-plus/Information.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This font was generated using Unity 2019.4.40f1.
2+
See screenshot for settings used, but note:
3+
- Use SDFAA initially until everything looks correct as it is way faster than SDF32, then use SDF32 for final pass
4+
- 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.
5+
See folder assets\files-hou-plus for the raw .dat files

scripts/CharacterInfoExtraction/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ I had originally made these for personal use and wasn't thinking about publishin
55
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.
66

77
Documentation coming soon™
8+
9+
## Hou Plus Notes
10+
11+
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`.

0 commit comments

Comments
 (0)