Log In  


Cart #knutil_oprint-4 | 2024-07-01 | Code ▽ | Embed ▽ | No License
6

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


v0.4

  • looping with foreach.
  • support for print containing line feeds.

v0.3

  • add custom decoration argument.

v0.2

  • remove color()

v0.1

  • first release
6


I updated to v0.3!

  • add custom decoration argument.

I updated to v0.4!

  • looping with foreach.
  • support for print containing line feeds.


[Please log in to post a comment]