1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-12-15 23:43:10 +00:00

Use book font by default in the text formatter

This commit is contained in:
Andrei Kortunov 2018-09-17 22:24:21 +04:00
parent dda02bd696
commit 6d0e6ab012

View file

@ -14,7 +14,7 @@ namespace MWGui
{
TextStyle() :
mColour(0,0,0)
, mFont("")
, mFont("Journalbook Magic Cards")
, mTextSize(16)
{
}