Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThe Font instance cache should be consulted when building FontGroup #203
Comments
|
This should be closed now, correct? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now it doesn't which, will really mess up performance.
To fix this, simply make up a dummy FontDescriptor, then ask for an instance from the FontContext.
Realistically, this depends on having a non-monomorphic cache. An LRU cache implementation is tracked by Issue #51.