Font Mgr With Fallback
Consider registering this FontMgr as a default one to let all other possibly registered Font managers to look for their fallbacks first: FontCollection.setDefaultFontManager(...)
The fallbacks provided by this class will be used a last resort.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Create a typeface for the specified data and TTC index (pass 0 for none) or null if the data is not recognized. The caller must call close on the returned object if it is not null.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The caller must call close on the returned object. Never returns null
; will return an empty set if the name is not found.
Link copied to clipboard
Find the closest matching typeface to the specified familyName and style and return it. The caller must call close on the returned object. Will return null
if no 'good' match is found.
Link copied to clipboard