TextEditorHelper

Properties

Link copied to clipboard
Link copied to clipboard
val CARRIAGE_RETURN: Char = '\r'
Link copied to clipboard
Link copied to clipboard
val NEWLINE: Char = '\n'
Link copied to clipboard
Link copied to clipboard
val TAB: Char = '\t'

Functions

Link copied to clipboard
fun getCursorArea(textScheme: TextScheme, cursorIndex: Int, cursorThick: Float, defaultFont: FontReference, defaultSize: Vector2f): Box2f?
Link copied to clipboard
fun getNearIndex(textScheme: TextScheme, pointer: Vector2f): Int?