diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-07 15:24:11 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-07 15:24:11 +0200 |
| commit | 12f306e2144081e00c36ed9942068462604bef55 (patch) | |
| tree | d0279fa5b3fbd976cd18cc05e4e6d245dcd63ea0 /src/main.cpp | |
| parent | 026e38982f5388cede0cd7ebad2ea7571d1d57ed (diff) | |
income statement finalization
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index fc50c25..289ca57 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -80,6 +80,7 @@ int main() style.FontSizeBase = 18.0f; //io.Fonts->AddFontDefault(); io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\segoeui.ttf"); + fontBold = io.Fonts->AddFontFromFileTTF("c:\\Windows\\Fonts\\segoeuib.ttf"); //io.Fonts->AddFontFromFileTTF("../../misc/fonts/DroidSans.ttf"); //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Roboto-Medium.ttf"); //io.Fonts->AddFontFromFileTTF("../../misc/fonts/Cousine-Regular.ttf"); |
