summaryrefslogtreecommitdiffstats
path: root/src/render/Font.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-03-27 18:41:22 +0100
committerGitHub <noreply@github.com>2020-03-27 18:41:22 +0100
commit29f69f6216fa629786415e8062ceab3d671ac912 (patch)
treea59a5d54c5a33cdc1c5bd91535331ec2b5955472 /src/render/Font.cpp
parentMerge pull request #356 from blingu/master (diff)
parentimplemented some unused PS2 cams (diff)
downloadre3-29f69f6216fa629786415e8062ceab3d671ac912.tar
re3-29f69f6216fa629786415e8062ceab3d671ac912.tar.gz
re3-29f69f6216fa629786415e8062ceab3d671ac912.tar.bz2
re3-29f69f6216fa629786415e8062ceab3d671ac912.tar.lz
re3-29f69f6216fa629786415e8062ceab3d671ac912.tar.xz
re3-29f69f6216fa629786415e8062ceab3d671ac912.tar.zst
re3-29f69f6216fa629786415e8062ceab3d671ac912.zip
Diffstat (limited to '')
-rw-r--r--src/render/Font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Font.cpp b/src/render/Font.cpp
index 7a16ad03..d7b4b5d8 100644
--- a/src/render/Font.cpp
+++ b/src/render/Font.cpp
@@ -94,7 +94,7 @@ CFont::Initialise(void)
SetBackgroundColor(CRGBA(0x80, 0x80, 0x80, 0x80));
SetBackGroundOnlyTextOff();
SetPropOn();
- SetFontStyle(0);
+ SetFontStyle(FONT_BANK);
SetRightJustifyWrap(0.0f);
SetAlphaFade(255.0f);
SetDropShadowPosition(0);