0022879: Possible bug in Opengl_togl_begin_layer_mode.cxx
[occt.git] / src / Graphic3d / Graphic3d_GraphicDriver.cdl
index 1885532..4f9e97f 100755 (executable)
@@ -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;