1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-05 18:49:42 +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() : TextStyle() :
mColour(0,0,0) mColour(0,0,0)
, mFont("") , mFont("Journalbook Magic Cards")
, mTextSize(16) , mTextSize(16)
{ {
} }