riscos-output

Render text, graphics, and fonts using the RISC OS output system.

3|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/gerph/riscos-agent-skills --skill riscos-output
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: riscos-output
Source: https://github.com/gerph/riscos-agent-skills/tree/main/skills/riscos-output
Command: npx skills add https://github.com/gerph/riscos-agent-skills --skill riscos-output

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill explains how to drive the RISC OS output system to render text, graphics, and fonts, reducing guesswork when building interfaces and demonstrations.

Core Features & Use Cases

  • Comprehensive guidance on using text positioning, OS_Plot-based drawing, and font rendering with the Draw and ColourTrans system.
  • Reference coverage for Sprites, fonts, and output integration, including terminology and common workflows.
  • Use Case: A UI designer or developer working on a RISC OS application can implement reliable screen output and sprite rendering with correct colours and fonts.

Quick Start

Run a quick test to render a sample piece of text and a simple vector shape using the Draw and Font components.

Frequently Asked Questions about riscos-output

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render text and graphics on the RISC OS output system?

To render text and graphics on the RISC OS output system, you use OS_Plot-based drawing for vector paths and specific font calls for text placement. This Skill provides reference workflows for combining these operations to build UI elements.

What is the best way to handle font rendering and colour translation in RISC OS?

Font rendering and colour translation in RISC OS are handled through the Draw and ColourTrans systems. This Skill explains how to integrate these components to ensure your application outputs text with correct colours and accurate font metrics.

Can I use this RISC OS output guide for sprite rendering and UI debugging?

Yes, this RISC OS output guide covers sprite output alongside text and graphics rendering. It provides terminology references and example workflows that are directly applicable to UI development and debugging screen output.

How does OS_Plot drawing work for creating vector shapes in RISC OS?

OS_Plot drawing in RISC OS works by executing path-based commands to construct vector shapes on the screen. This Skill details how to leverage the output subsystem to define and execute these drawing operations reliably.

Do I need any specific dependencies to start building RISC OS screen output?

No external dependencies are required to start building RISC OS screen output with this Skill. It provides self-contained reference materials covering prerequisites, terminology, and example workflows for the output subsystem.