calband / calchart

CalChart is a tool for designing shows for the University of California Marching Band. While it could be adapted for other organizations, it has been designed specifically for the Cal Band.
GNU General Public License v2.0
11 stars 3 forks source link

Clean up postscript files to be more value like #528

Closed rmpowell77 closed 3 months ago

rmpowell77 commented 3 months ago

The PS code right now writes to a buffer, and is using IOStream primitives. Could we switch it to string and use std::format?