AndroidTextRenderer

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun buildFont(reference: FontReference, chars: Set<Char>): PixelFont
Link copied to clipboard
open fun createTextLayout(text: String, areaSize: Vector2f, reference: FontReference): TextLayout
open override fun createTextLayout(text: String, areaSize: Vector2f, font: PixelFont): TextLayout
Link copied to clipboard
open override fun drawText(renderer: Renderer2D, text: String, reference: FontReference, matrix: Matrix3f, availableArea: Vector2f, color: Color, backgroundColor: Color?): TextLayout
Link copied to clipboard
open override fun drawTextLayout(renderer: Renderer2D, matrix: Matrix3f, color: Color, layout: TextLayout)
Link copied to clipboard
open fun drawTextLayoutMetrics(renderer: Renderer2D, matrix: Matrix3f, font: FontReference, layout: TextLayout)
open override fun drawTextLayoutMetrics(renderer: Renderer2D, matrix: Matrix3f, font: PixelFont, layout: TextLayout)
Link copied to clipboard
open override fun getPixelFont(reference: FontReference): PixelFont