Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 282 forks source link

Can't change Text Size and Color in DebugTextOut #307

Open aebayrak opened 5 years ago

aebayrak commented 5 years ago

When I set the text color to anything, such as red debug->DebugTextOut(message, sc2::Colors::Red) It still prints the text (without a background) in white unless I also set the virtual 2d position. In that case, it prints the text in red (with black background).

Also no matter what I do, it ignores any text size I set for the message. It always prints the text either in 8pt if I set the virtual 2d position or as a large text if I don't set the virtual 2d position.