1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-04 21:19:43 +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)
{
}