We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631ad18 commit 04b8a1dCopy full SHA for 04b8a1d
common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/FontRenderer.kt
@@ -24,7 +24,7 @@ class FontRenderer(
24
* Parses the emojis in the given text.
25
*
26
* @param text The text to parse.
27
- * @return A list of triples containing the emoji text, start index, and end index.
+ * @return A list of pairs containing the glyph info and the range of the emoji in the text.
28
*/
29
fun parseEmojis(text: String) =
30
mutableListOf<Pair<GlyphInfo, IntRange>>().apply {
0 commit comments