Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Onyx Boox

Notices

Reply
 
Thread Tools Search this Thread
Old 08-13-2022, 06:52 AM   #1
Lykke
Groupie
Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.
 
Posts: 159
Karma: 182076
Join Date: Aug 2017
Device: Kobo Libra 2
Using custom fonts in Libby

I recently got my hands on a Poke 3 and am trying it out to see whether it can become my go-to eReader. So far, after learning how to use the UI, I am quite impressed with the experience.

However, I depend on Libby for some of my reading (I read a lot of library books), and am not very satisfied with the font display. If possible I would like to use a custom font with it, but in Libby's reading settings there are no custom fonts to choose from other than 'sans' and 'serif'. Is it not possible to use a sideloaded font with Libby? (I realize this is kind of a niche requirement).

I have sideloaded ttf fonts successfully by placing them in the Fonts folder in storage, and they are recognized fine by Neoreader. I tried using an app called Zfonts to install fonts to the system, but it throws an 'device not supported' error, so no luck there.
Lykke is offline   Reply With Quote
Old 08-13-2022, 03:42 PM   #2
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,758
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
One thing you can do is find an app for Android that supports the ePub DRM used by Overdrive and allows custom fonts. Libby does not.

Last edited by JSWolf; 08-13-2022 at 03:47 PM.
JSWolf is online now   Reply With Quote
Advert
Old 08-13-2022, 09:35 PM   #3
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,922
Karma: 17236157
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
On the Poke3, you can change the "serif" font (if you're rooted).
In /system/etc/fonts.xml:
Code:
    <family name="serif">
        <font weight="400" style="normal">NotoSerif-Regular.ttf</font>
        <font weight="700" style="normal">NotoSerif-Bold.ttf</font>
        <font weight="400" style="italic">NotoSerif-Italic.ttf</font>
        <font weight="700" style="italic">NotoSerif-BoldItalic.ttf</font>
    </family>
The least confusing way is to change the names here rather than renaming files.
Of course this will change the serif font for everything on your device.

Or you could use a different reading app.

Or you could hack Libby.
Renate is online now   Reply With Quote
Old 08-14-2022, 03:26 PM   #4
Lykke
Groupie
Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.
 
Posts: 159
Karma: 182076
Join Date: Aug 2017
Device: Kobo Libra 2
Thank you! I found that Pocketbook's app reads Adobe DRM and allows displaying sideloaded fonts. I can't seem to change the font weight, neither in the app nor from the optimization menu, but that's a different matter.
Lykke is offline   Reply With Quote
Old 08-14-2022, 04:30 PM   #5
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,758
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Lykke View Post
Thank you! I found that Pocketbook's app reads Adobe DRM and allows displaying sideloaded fonts. I can't seem to change the font weight, neither in the app nor from the optimization menu, but that's a different matter.
You can use a font editor such as FontForge (free) to add weight to the fonts you want to use.

Last edited by JSWolf; 08-14-2022 at 04:34 PM.
JSWolf is online now   Reply With Quote
Advert
Old 08-16-2022, 08:40 AM   #6
Lykke
Groupie
Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.
 
Posts: 159
Karma: 182076
Join Date: Aug 2017
Device: Kobo Libra 2
Quote:
Originally Posted by JSWolf View Post
You can use a font editor such as FontForge (free) to add weight to the fonts you want to use.
I guess that would work, though it seems like a really unnecessary step. However, I tried your ChareInk weighted font and that is a big difference. And with Normal mode the font display is fine, and with animation filter set to 0 page turn speed is ok.
Lykke is offline   Reply With Quote
Old 08-16-2022, 08:51 AM   #7
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,758
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Lykke View Post
I guess that would work, though it seems like a really unnecessary step. However, I tried your ChareInk weighted font and that is a big difference. And with Normal mode the font display is fine, and with animation filter set to 0 page turn speed is ok.
The increase weight to ChareInk was done with a font editor. Pocketbook really needs to add the ability to increase the weight of fonts. Most fonts are not suitable for eInk screens as they are too light. Semibold is not a good solution as it's too close to bold and some may not notice bold.
JSWolf is online now   Reply With Quote
Old 08-16-2022, 11:43 AM   #8
Lykke
Groupie
Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.
 
Posts: 159
Karma: 182076
Join Date: Aug 2017
Device: Kobo Libra 2
Quote:
Originally Posted by JSWolf View Post
You can use a font editor such as FontForge (free) to add weight to the fonts you want to use.
Sorry to ask, but is there some script that could do this faster? I have searched but have not found any (except ReadifyFont, which doesn't seem to work any longer). Editing file by file with Fontforge seems quite tedious (especially when I have little idea what I'm doing).
Lykke is offline   Reply With Quote
Old 08-16-2022, 07:57 PM   #9
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,758
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Lykke View Post
Sorry to ask, but is there some script that could do this faster? I have searched but have not found any (except ReadifyFont, which doesn't seem to work any longer). Editing file by file with Fontforge seems quite tedious (especially when I have little idea what I'm doing).
I know of no script to do this. You are best to learn to use FontForge or find a different font editor. But most are not free.
JSWolf is online now   Reply With Quote
Old 02-09-2023, 07:17 AM   #10
stumped
Wizard
stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.
 
Posts: 3,305
Karma: 10259306
Join Date: May 2016
Device: kobo forma, Kobo Libra, Huawei media Tab, fire HD10, PW3 HDX8.9,
Quote:
Originally Posted by JSWolf View Post
One thing you can do is find an app for Android that supports the ePub DRM used by Overdrive and allows custom fonts. Libby does not.
Do you have a list of such apps?

( Android+ overdrive DRM support + custom fonts support )

I would like to try any that exist

Or even just a longer list of apps that work with android 11, 12 AND allow custom fonts to be added.

Google search is strangely unhelpful, or maybe the query is hard to formulate
stumped is offline   Reply With Quote
Old 02-09-2023, 07:30 AM   #11
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,758
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by stumped View Post
Do you have a list of such apps?

( Android+ overdrive DRM support + custom fonts support )

I would like to try any that exist

Or even just a longer list of apps that work with android 11, 12 AND allow custom fonts to be added.

Google search is strangely unhelpful, or maybe the query is hard to formulate
I don't use a phone or tablet with Android so I've never looked into the ePub apps that support ADE's DRM and custom fonts.
JSWolf is online now   Reply With Quote
Old 02-11-2023, 07:33 AM   #12
Lykke
Groupie
Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.Lykke can program the VCR without an owner's manual.
 
Posts: 159
Karma: 182076
Join Date: Aug 2017
Device: Kobo Libra 2
Quote:
Originally Posted by stumped View Post
Do you have a list of such apps?

( Android+ overdrive DRM support + custom fonts support )

I would like to try any that exist

Or even just a longer list of apps that work with android 11, 12 AND allow custom fonts to be added.

Google search is strangely unhelpful, or maybe the query is hard to formulate
Pocketbook
https://play.google.com/store/apps/d....obreey.reader
Lykke is offline   Reply With Quote
Old 02-11-2023, 08:10 AM   #13
stumped
Wizard
stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.
 
Posts: 3,305
Karma: 10259306
Join Date: May 2016
Device: kobo forma, Kobo Libra, Huawei media Tab, fire HD10, PW3 HDX8.9,
Quote:
Originally Posted by Lykke View Post
Please explain how to add custom fonts to the android pocketbook app without uninstalling it. There are no menu options for that.

The only, and very silly. Solution I found was to uninstall the app. Then add in u in fonts to the device, then reinstall the app. It seems to scan for fonts once only as part of the install.

And there is no way to remove the many built in fonts i dont want to see. They are hidden and not user accessible.
stumped is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hacks Custom fonts as System fonts? font332 Amazon Kindle 2 07-18-2019 11:54 PM
Custom Fonts TheSmitty Amazon Kindle 3 09-04-2018 05:51 PM
Custom fonts K4 artcon Kindle Developer's Corner 2 05-11-2014 04:34 PM
PRS-T3 T3 fonts & custom fonts Phil_C Sony Reader Dev Corner 5 12-22-2013 02:34 PM
Touch Fonts question (special characters in stock and custom fonts) levil Kobo Reader 20 09-23-2011 01:51 PM


All times are GMT -4. The time now is 01:28 PM.


MobileRead.com is a privately owned, operated and funded community.