|
|
@ -279,7 +279,7 @@ interface JsExtensions { |
|
|
|
end: Int |
|
|
|
end: Int |
|
|
|
): String { |
|
|
|
): String { |
|
|
|
if (font1 == null || font2 == null) { |
|
|
|
if (font1 == null || font2 == null) { |
|
|
|
return "" |
|
|
|
return text |
|
|
|
} |
|
|
|
} |
|
|
|
val contentArray = text.toCharArray() |
|
|
|
val contentArray = text.toCharArray() |
|
|
|
contentArray.forEachIndexed { index, s -> |
|
|
|
contentArray.forEachIndexed { index, s -> |
|
|
|