Purpose
Display additional texts with various fonts and colors
1. Use a small .gif "empty.gif" empty.gif  with option "text="

// display a text in large font plus color
Image
(1.6,0.4) (3.4,15.2) "images/empty.gif" -transparent -plain _
  textstring=
"Orders" textHeight=50 textFont="Arial"
_
 
textWeight=6 textColor="RGB(128,0,64)"

 
(SAP Signature Theme)

 
(SAP Blue Crystal Theme)


2. Same as 1, but with vertical text
Option "textAngle=". You need to specify the right textarea in this case.

// display a vertical text
Image
(0.5,0.2) (12.1,10.3) "images/empty.gif" -transparent -plain _
 
  textstring="Orders" textHeight=80 textFont="Arial" _
 
  textAngle=270 textArea=(80,0,180,160) textWeight=6 _
 
  textColor="RGB(192,192,192)"

3. Fixed Image with text
Images allow you to use icons etc. in addition to the text.
We recommend you use the -transparent option so that the image background is adjusted to the SAP GUI window.

 
(SAP Signature Theme)

(SAP Blue Crystal Theme)

Components
GuiXT