Feature Overview
OPRINT()
Adds outlines to text and prints them.
- enclosure is not possible if tabs are included. (in pico8_v0.2.5.g)
- operation cannot be guaranteed if p8scii for decoration is included.
- Custom decorations other than outlines can be made by specifying a comma-separated p8scii as an argument.
- This function consumes 32 Token.
-- Split a pair of data and further split it into colors and names. oprint('outline print',10,6,7,13) -- text, x, y, foreground-color, outline-color [, custom decoration] |
This function is an inheritance of OUTLINE contained in the KNUTIL library.
release note
I updated to v0.4!
- looping with foreach.
- support for print containing line feeds.
[Please log in to post a comment]