mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Bundled the bold font version of Fontfabric Akrobat.
This commit is contained in:
parent
9d4deefdf4
commit
5580de74b1
|
@ -225,6 +225,7 @@ std::vector<std::string> getFallbackFontPaths()
|
|||
// not really the correct location. (The application will crash if they are missing.)
|
||||
ResourceManager::getInstance()->getResourcePath(":/fonts/Akrobat-Regular.ttf");
|
||||
ResourceManager::getInstance()->getResourcePath(":/fonts/Akrobat-SemiBold.ttf");
|
||||
ResourceManager::getInstance()->getResourcePath(":/fonts/Akrobat-Bold.ttf");
|
||||
|
||||
// Vera sans Unicode.
|
||||
fontPaths.push_back(ResourceManager::getInstance()->getResourcePath(":/fonts/DejaVuSans.ttf"));
|
||||
|
|
|
@ -33,6 +33,7 @@ class TextCache;
|
|||
|
||||
#define FONT_PATH_LIGHT ":/fonts/Akrobat-Regular.ttf"
|
||||
#define FONT_PATH_REGULAR ":/fonts/Akrobat-SemiBold.ttf"
|
||||
#define FONT_PATH_BOLD ":/fonts/Akrobat-Bold.ttf"
|
||||
|
||||
enum Alignment {
|
||||
ALIGN_LEFT,
|
||||
|
|
BIN
resources/fonts/Akrobat-Bold.ttf
Normal file
BIN
resources/fonts/Akrobat-Bold.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue