allen-cell-animated / agave

Other
34 stars 6 forks source link

internals: refactor font lazy init so font can be a shared resource #162

Open toloudis opened 8 months ago

toloudis commented 8 months ago

Use Case

font lazy init code is repeated in several renderers

Solution

DRY, try to consolidate it at least into a small function or only initialize the font once, more globally