MegaMek/megameklab

Record Sheet Preview

Closed this issue · 0 comments

It would be nice to be able to preview the record sheet for a unit in the Preview tab, similar to how there is currently an Alpha Strike card.

The PrintRecordSheet class seems to support "printing" to an arbitrary Graphics2D object, which might just be able to be displayed in the UI, but I haven't thoroughly investigated this.

If it's not technically feasible to render the record sheet to a form that can be displayed in the UI, it would at least be nice to have a single button to save a PDF export to a random temporary file and open in it in the default PDF viewer. This would simplify the steps of having to pick a file name, then find that file, and open it, when quickly iterating on a design or with record sheet settings to see what works best.