Package RASCAL.Text

DescriptionText related.
Authorbbracke
Date2005/11/21 20:14:33
Revision1.1
 

Definitions

Quick access : ClausesGenericsDefinitionsSubprograms


 

Subprograms

Quick access : ClausesGenericsDefinitionsSubprograms


  
Set_Colour procedure
Sets the text colours in the form &BGGRR00.
Parameter name Type Mode Default
ForegroundIntegerin
BackgroundIntegerin
  
Get_Width function
ReturnInteger
Calculates the width of a string, if plotted in the current desktop font.
Desktop font can be outline font or old BBC-type font.
Parameter name Type Mode Default
TextStringin
  
Plot procedure
Plots a string using the current desktop font.
Parameter name Type Mode Default
TextStringin
XIntegerin
YIntegerin
FlagsIntegerin0
  
Truncate function
ReturnString
Returns the string truncated if necessary with an ellipsis.
Depending on the current alphabet and Wimp font, either an ellipsis character is used, or three full stops.
Parameter name Type Mode Default
TextStringin
WidthIntegerin
  
Get_SplitPoint function
ReturnInteger
Returns split point.
Parameter name Type Mode Default
TextStringin
WidthIntegerin
SplitCharacterin