AdvancedPeripherals icon indicating copy to clipboard operation
AdvancedPeripherals copied to clipboard

Add Terminal/Monitor Drawing Font to AR Goggles text functions.

Open KMorris29 opened this issue 4 years ago • 0 comments

Describe your idea

CC tweaked has a number of special characters that are alternatives to standard ASCII. These alternatives are available through the string.char(0-255) function. The characters are defined in this texture atlas (if viewed in light mode, it looks like a blank screen, but it's there). Meanwhile, when the AR glasses are given these characters to print, the majority are different, especially the 129-159 range.

Describe alternatives you've considered if you've any

Olfi01's paint program allows you to draw characters with individual pixels. However, it is difficult to do this programmatically.

Additional context

This would allow, among other things, a port of Wojbie's BigFont API to be properly made for the goggles.

Linked Issues

No response

KMorris29 avatar Oct 17 '21 03:10 KMorris29