1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-08 14:17:06 +03:00

0022879: Possible bug in Opengl_togl_begin_layer_mode.cxx

This commit is contained in:
apl
2012-03-13 15:20:21 +04:00
committed by bugmaster
parent 8ca7beb8ad
commit 25289ec1e1
8 changed files with 345 additions and 26 deletions

View File

@@ -1089,7 +1089,11 @@ is
G : ShortReal from Standard;
B : ShortReal from Standard )
is deferred;
---Purpose: call_togl_set_text_attributes
---Purpose: Set text attributes for under-/overlayer.
-- <Font> argument defines the name of the font to be used,
-- <Type> argument defines the display type of the text,
-- <R> <G> <B> values define the color of decal or subtitle background.
-- To set the color of the text you can use the SetColor method.
Text ( me : mutable;
AText : CString from Standard;