Difference between revisions of "AMOSi:Sstyle"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
  
  
Bit 0 Set Underline<br /> Bit 1 Set Bold Bit 2 Set Italics
+
* Bit 0 = Set Underline
 +
* Bit 1 = Set Bold
 +
* Bit 2 = Set Italics

Latest revision as of 02:20, 20 November 2007

Sets the style used by the current text font.


SS style

style is a bitmap which controls the appearence of your text.


Each bit changes a specific attribute. If it's set to one, the attribute is selected.


  • Bit 0 = Set Underline
  • Bit 1 = Set Bold
  • Bit 2 = Set Italics