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
implement android.text.Layout using PangoLayout
This is needed to have proper line wrapping in composeUI apps. In the CTS, android.text.cts.StaticLayoutTest passes all checks now.
This commit is contained in:
@@ -17,7 +17,7 @@ public class Paint {
|
||||
public static final int AUTO_HINTING_TEXT_FLAG = (1 << 11);
|
||||
public static final int VERTICAL_TEXT_FLAG = (1 << 12);
|
||||
|
||||
long paint; // native paint
|
||||
public long paint; // native paint
|
||||
private Xfermode xfermode;
|
||||
private Shader shader;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user