Log In  

Cart #knutil_oprint-3 | 2023-07-02 | Code ▽ | Embed ▽ | No License
4

Feature Overview

OPRINT() Adds outlines to text and prints them.

  • enclosure is not possible if tabs or newlines 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 33 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


v0.3

  • add custom decoration argument.

v0.2

  • remove color()

v0.1

  • first release
P#130214 2023-05-27 15:02 ( Edited 2023-07-02 07:01)

I updated to v0.3!

  • add custom decoration argument.
P#131546 2023-07-02 07:02

[Please log in to post a comment]