arcade icon indicating copy to clipboard operation
arcade copied to clipboard

optimize fonts by only loading 3 by default instead of all kenney fonts

Open cspotcode opened this issue 2 years ago • 3 comments

cspotcode avatar Aug 04 '23 00:08 cspotcode

This may actually be a dupe of #1011, specifically this comment: https://github.com/pythonarcade/arcade/issues/1011#issuecomment-1088190556

If it's not a dupe and merely an overlap, this issue should mention using three metric-compatible SIL open font license fonts.

pushfoo avatar Aug 04 '23 00:08 pushfoo

I see

we should use the bundled font solution

Would you mind re-titling #1011 to say that, to describe briefly what must happen? Is the task to bundle 3 fonts and load them at startup?

cspotcode avatar Aug 04 '23 02:08 cspotcode

Would you mind re-titling https://github.com/pythonarcade/arcade/issues/1011 to say that, to describe briefly what must happen?

Done, along with some revisions to the ticket for clarity.

Is the task to bundle 3 fonts and load them at startup?

Yes, although the initial draft of the ticket was more conservative due to concerns about font licensing.

pushfoo avatar Aug 04 '23 02:08 pushfoo

We don't load any fonts at startup any more. For unifying fonts between OSes there's another issue on that

einarf avatar Jul 12 '24 16:07 einarf