]> git.jsancho.org Git - lugaru.git/commit
Use a mono font for the console text
authorRémi Verschelde <rverschelde@gmail.com>
Tue, 3 Jan 2017 22:18:58 +0000 (23:18 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Tue, 3 Jan 2017 22:18:58 +0000 (23:18 +0100)
commit8e4c49c2586a86cd5a85218914e9afeccd656dc2
tree604e0bb5f650de03c406ad0f9f801730ac9bc865
parent291db05ab93d63f5c7a6f0dcf3d144627c0c20c3
Use a mono font for the console text

This makes the console text more readable, as its case is quite important
and the original font uses small capital letters for lower case, which are
hard to read.

The font used is Libration Mono with height 32 and some antialiasing.
Bitmap font generated with CBFG. Liberation Mono is under the SIL Open
Font License version 1.1.

Part of #23.
Data/Textures/FontMono.png [new file with mode: 0644]
Source/Game.cpp
Source/Game.hpp
Source/GameDraw.cpp
Source/GameInitDispose.cpp