File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tehreer-android/src/main/java/com/mta/tehreer/graphics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ private void setupNames() {
222222 }
223223 }
224224
225- public Typeface deriveVariation (float [] coordinates ) {
225+ public Typeface getVariationInstance (float [] coordinates ) {
226226 return new Typeface (nDeriveVariation (nativeTypeface , coordinates ));
227227 }
228228
@@ -489,7 +489,7 @@ public String toString() {
489489 private static native long nCreateFromStream (InputStream stream );
490490 private static native void nDispose (long nativeTypeface );
491491
492- private static native long nDeriveVariation (long nativeTypeface , float [] coordinates );
492+ private static native long nGetVariationInstance (long nativeTypeface , float [] coordinates );
493493 private static native void nGetVariationCoordinates (long nativeTypeface , float [] coordinates );
494494
495495 private static native byte [] nGetTableData (long nativeTypeface , int tableTag );
You can’t perform that action at this time.
0 commit comments