Menu

#13 Text overlay

open
nobody
Tarta4D (5)
5
2009-12-22
2009-12-22
No

Add primitives in TartaViewer to set/clean text overlays, e.g., to handle subtitles.

Simplest way: add a setText() / clearText() on a fixed single-lined text zone.

The hardset way: zone_id <- createTextZone(x,y,w,h) and then set/clearText(zone_id, text)

Discussion