resolveFallbackFont

abstract fun resolveFallbackFont(codePoint: Int, style: Int, size2D: Float): Font?

Resolves a fallback font that can display the given codePoint with the requested style and size2D size. Returns null if no fallback font could be resolved.


abstract fun resolveFallbackFont(text: String, style: Int, size2D: Float): Font?

Resolves a fallback font that can display the given text run with the requested style and size2D size. Returns null if no fallback font could be resolved.