Skip to content

Commit 7fa0418

Browse files
committed
Update the Wimp:TextRender status.
We now have some of the simple operations working!
1 parent fce9128 commit 7fa0418

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Details of the terminology can be found in the [Terminology document](Terminolog
199199
| Wimp:Startup | Asm | | |
200200
| Wimp:TaskManagement | Asm | | |
201201
| Wimp:Templates | Asm | Functional | Functional |
202-
| Wimp:TextRender | Asm | | |
202+
| Wimp:TextRender | Asm | Investigate | Investigate |
203203
| Wimp:Tiling | Asm/C | | |
204204
| Wimp:WindowManagement | Asm | | |
205205
| Wimp:WindowRender | Asm/C | | |

features/Module_WindowManager_TextRender.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ URL: [PRM](http://www.riscos.com/support/developers/prm/wimp.html)
2121

2222
| In 32bit | In 64 bit | Interface |
2323
|----------|-----------|-----------|
24-
| [ ] | [ ] | Text rendering |
25-
| [ ] | [ ] | Text sizing |
26-
| [ ] | [ ] | Text colouring |
27-
| [ ] | [ ] | Wimp$Font* honoured |
28-
| [ ] | [ ] | System font rendering |
24+
| [X] | [X] | Text rendering |
25+
| [X] | [X] | Text sizing |
26+
| [X] | [X] | Text colouring |
27+
| [ ] | [ ] | Text uses WimpSymbols font |
28+
| [X] | [X] | Wimp$Font* honoured |
29+
| [X] | [X] | System font rendering |
30+
| [ ] | [ ] | System font rendering with scaling |
2931
| [ ] | [ ] | Default font from NVRAM |
3032
| [ ] | [ ] | Truncate with ellipsis |
3133
| [ ] | [ ] | Read split point |

0 commit comments

Comments
 (0)