Description:
This shared font add-on allows you to add five well-made multilingual fonts to ESOUI.
The bundled fonts are designed by Fontworks Inc, and provided as Google Font under the SIL Open Font License V1.1.
I decided to choose five Japanese fonts that were particularly distinctive among the fonts they had created.
-
DotGothic16 - Regular
- Klee One - SemiBold
-
Reggae One - Regular
-
RocknRoll One - Regular
-
Stick - Regular
These font files are licensed under the
SIL Open Font License.
Supported Libraries:
-
LibMediaProvider (Version 1.0r16 or later)
Instructions for general users:
You will be able to use these fonts with your add-on that uses LibMediaProvider.
For example, the add-on
BookFontStylist can be used to replace the font typeface of in-game lore books.
In the drop-down menu choices for selecting the font typeface, choose the following key.
- DotGothic16-R
- KleeOne-B
- ReggaeOne-R
- RocknRollOne-R
- Stick-R
Instructions for add-on authors:
I would recommend using these fonts via LibMediaProvider library.
But, you will have direct access to the following font strings.
- DOTGOTHIC16_R_FONT
- KLEE_ONE_B_FONT
- REGGAE_ONE_R_FONT
- ROCKNROLL_ONE_R_FONT
- STICK_R_FONT
1) If you want to access the fonts directly, add to the dependencies in the manifest file.
Code:
## DependsOn: LMP_jpFontFI
2) A sample code for direct access could be something like the following.
Code:
myLabelCntl:SetFont("$(DOTGOTHIC16_R_FONT)|$(KB_18)")
Details of the bundled font:
TBD