MapboxExternalFileResolver
open class MapboxExternalFileResolver(assetManager: AssetManager) : SVGExternalFileResolver
Content copied to clipboard
Mapbox implementation of the SVGExternalFileResolver to better support font resolution.
See resolveFont.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun resolveFont( fontFamily: String?, fontWeight: Int, fontStyle: String?): Typeface?
Content copied to clipboard
Called by renderer to resolve font references in
Link copied to clipboard