Bug 91773 - Add font folder support on Android
Summary: Add font folder support on Android
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Android Viewer (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other Android
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
: 109114 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-05-31 14:05 UTC by miggoycor
Modified: 2023-11-23 13:49 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description miggoycor 2015-05-31 14:05:39 UTC
Folder /Fonts at device system directory is used to quickly install custom fonts for Android apps like FBreader, and Mobi's OfficeSuite. Hopefully, an LO editor/viewer on Android will also support the installation of fonts at this directory.
Comment 1 Joel Madero 2015-06-01 02:29:29 UTC
In order to do this do you need a rooted device? Can you explain a bit more how you add fonts this way and on what device you do it?

Setting to NEEDINFO - once you provide the info please set to UNCONFIRMED. Thanks!
Comment 2 Adolfo Jayme Barrientos 2015-06-01 12:49:57 UTC
Setting this one as enhancement.
Comment 3 miggoycor 2015-06-01 13:00:44 UTC
(In reply to Joel Madero from comment #1)
> In order to do this do you need a rooted device? Can you explain a bit more
> how you add fonts this way and on what device you do it?
> 
> Setting to NEEDINFO - once you provide the info please set to UNCONFIRMED.
> Thanks!

No need to root to enable this feature in FBREADER and OfficeSuite, so I assume LO can be configured to have this feature without rooting. 

Basically, one creates this font folder called Fonts at the home directory of the device add you can add to otf and ttf fonts to the folder and they will be read by the app. No need to root.
Comment 4 Robinson Tryon (qubit) 2015-06-06 20:11:48 UTC
(In reply to miggoycor from comment #3)
> No need to root to enable this feature in FBREADER and OfficeSuite, so I
> assume LO can be configured to have this feature without rooting. 
> 
> Basically, one creates this font folder called Fonts at the home directory
> of the device add you can add to otf and ttf fonts to the folder and they
> will be read by the app. No need to root.

Seems like a plausible mechanism to add more fonts to an Android device. I'll toss this enhancement in NEW for now and let the devs make the final call on whether following the same convention as FBREADER and OfficeSuite is a good, bad, or ugly idea ;-)
Comment 5 rag 2016-03-26 15:04:05 UTC
To help with thinking about this, real users need some way of co-ordinating their fonts across platforms. Thus my standard font set must be available across all of my devices. This is easy to achieve on a Linux box (or other OS box) but not readily achievable on a non-Samsung Android device which has not been rooted.

The /Fonts folder is readily user accessible.
Comment 6 definesinsanity 2016-05-09 13:33:49 UTC
/Fonts path is *definitely NOT* accessible to normal user without root.
In fact, such a path does not exist and cannot be created without (a) modification to ramdisk, (b) some filesystem to actually mount there (could potentially be a bind mount).

Most likely, user suggesting this path actually means subdirectory "Fonts" within external storage, which is likely available at /storage/emulated/{user id}/
Comment 7 Xisco Faulí 2017-07-14 14:41:23 UTC
*** Bug 109114 has been marked as a duplicate of this bug. ***