Speedo GDOS 5.x: Difference between revisions

From AtariForumWiki
Jump to navigation Jump to search
>Wongck
(Created page with "{| class="wikitable" ! Speedo GDOS !! Description |- | 5.0a || OK (no error |- | 5.0b || Fundamental error |- | 5.0c || Drive not ready |- | 5.7 || Unknown command |- |} <br/><b...")
 
>Wongck
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"  
{| class="wikitable"  
! Speedo GDOS !! Description
! Speedo GDOS !! Supports TrueType Font
|-
|-
| 5.0a || OK (no error
| 5.0a || Not sure
|-
|-
| 5.0b || Fundamental error
| 5.0b || Supports. But OUTLINE.ACC does not display as unused font. Manually edit to include it into the EXTEND.SYS file ( keyword is FONT=XXX.TTF )
|-
|-
| 5.0c || Drive not ready
| 5.0c || Supports. OUTLINE.ACC can be used to install TrueType fonts. Remember to set the supported points in OUTLINE.ACC
|-
|-
| 5.7 || Unknown command
| 5.7 || Supports. OUTLINE.ACC can be used to install TrueType fonts. Automatically scans for new fonts and auto set points.
|-
|-
|}
|}
<br/><br/>
<br/><br/>
Back to [[Programming]]
Back to [[TOS Guides]]
Back to [[TOS Guides]]


[[Category:Programming]][[Category:TOS Guides]]
[[Category:TOS Guides]][[Category:GDOS]]

Latest revision as of 10:15, 21 January 2016

Speedo GDOS Supports TrueType Font
5.0a Not sure
5.0b Supports. But OUTLINE.ACC does not display as unused font. Manually edit to include it into the EXTEND.SYS file ( keyword is FONT=XXX.TTF )
5.0c Supports. OUTLINE.ACC can be used to install TrueType fonts. Remember to set the supported points in OUTLINE.ACC
5.7 Supports. OUTLINE.ACC can be used to install TrueType fonts. Automatically scans for new fonts and auto set points.



Back to TOS Guides