You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
/api-impl-jni: remove remains of experimental ninepatch implementation, will use skia
This commit is contained in:
@@ -62,7 +62,6 @@ JNIEXPORT void JNICALL Java_android_graphics_Canvas_native_1drawText(JNIEnv *env
|
||||
|
||||
const char *text = _CSTRING(_text);
|
||||
|
||||
/* TODO: handle start/end (here or in java) */
|
||||
sk_canvas_draw_simple_text(canvas, text + start, end - start, UTF8_SK_TEXT_ENCODING, x, y, font, paint);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user