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
In the interest of handling non-scalable fonts and reducing font
initialization, drop the default size from the `FT2Font` constructor.
Non-scalable fonts are sometimes used for bitmap-backed emoji fonts.
When we start supporting collection fonts (`.ttc`), then setting a size
is a waste, as we will just need to read the count of fonts within.
The renderer method `Renderer.draw_text` always sets a size immediately
after creating the font object, so this doesn't affect anything in most
cases. Only the direct `FT2Font` tests need changes.
0 commit comments