https://bugs.documentfoundation.org/show_bug.cgi?id=90807

Christian Lohmaier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Christian Lohmaier <[email protected]> ---
fixed. (at least looks the same as on linux :-))

fixed by using fonts-cache config that actually reflects the installation path
via replacing var during build when converting buildsystem to gradle in
ee8257a1c70eadb7330b0ee99ec3b86fe4084bdf, specifically:

http://cgit.freedesktop.org/libreoffice/core/diff/android/source/fonts.conf?id=ee8257a1c70eadb7330b0ee99ec3b86fe4084bdf

http://cgit.freedesktop.org/libreoffice/core/diff/android/source/build.gradle?id=ee8257a1c70eadb7330b0ee99ec3b86fe4084bdf

+    into('etc/fonts') {
+        from "./"
+        includes = ['fonts.conf']
+        filter {
+            String line ->
+                line.replaceAll(
+                        '@@APPLICATION_ID@@', new
String("${android.defaultConfig.applicationId}")
+                )
+        }
+    }

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to