Text (Pico-8)
# Fonts
# Tiny
- TinyText + MiniText + 3Text - Each font uses as few sprites and as little code as possible.
# Large-sized
# Custom Fonts
Custom Fonts Demonstration
# print
cursor- Sets the left-margin cursor position forprint().- print() + rotate + zoom
# Special Commands
- Positioning text / Changing text colors
- Skipping frames
- Poking memory
\^b : Bordered. Text has left and top padding. - TBD ?
# Outline
New commands for outlining and underlining text: ”\^o8e1.”
# Text Effect
# Center Text
# see also
Written on October 30, 2023, Last update on October 22, 2025
pico8
printf
text
