You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: