1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0022819: Redesign of OpenGl driver Additional integration

This commit is contained in:
APL
2012-02-17 12:40:12 +00:00
committed by bugmaster
parent 408ecc39f3
commit c320e55791
8 changed files with 16 additions and 18 deletions

View File

@@ -248,7 +248,7 @@ void OpenGl_GraphicDriver::SetTextAttributes (const Standard_CString Font, const
{
CALL_DEF_CONTEXTTEXT aContextText = myDefaultContextText;
aContextText.Font = (char*)Font;
aContextText.Font = Font;
aContextText.DisplayType = AType;
aContextText.Color.r = R;
aContextText.Color.g = G;