Skip to content

Commit

Permalink
BLUGA-GRAPHICS: Add show info
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 4, 2023
1 parent 2bae453 commit ef511f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ namespace Systems {
if (arrFsz.exist(id)) {
Logger::info("Setting font size to " + std::to_string(arrFsz[id].fsz));
setFontSizeResponsive(text, arrFsz[id]);
Logger::info("Getting font size to " + std::to_string(text->getFontSize()));
}

Types::Position defaultPosition = {
Expand Down

0 comments on commit ef511f7

Please sign in to comment.