09-17-2013, 05:00 PM | #1 |
Member
Posts: 11
Karma: 10
Join Date: Aug 2013
Device: Kindle PW
|
Edit Default Kindle PW Font Sizes
How can I edit the default kindle PW font sizes? I am looking for some middle ground in font size between two of default sizes. Any help on which files i need to edit or where to start would be appreciated
|
09-17-2013, 05:09 PM | #2 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
|
|
Advert | |
|
09-17-2013, 05:15 PM | #3 |
Member
Posts: 11
Karma: 10
Join Date: Aug 2013
Device: Kindle PW
|
Thanks, I already have that installed, but I am unsure how to edit the default font sizes. Like there are 9 font sizes, and i want something inbetween font sizes 7 and 8. Any help on adjusting one of them a little?
|
09-17-2013, 05:34 PM | #4 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@mthodmn101: You have a couple of choices:
* If you're running a FW version supported by JBPatch, it has a patch to do just that (tweak the sizes of each step in the Aa menu). * If you're not, or you just want to tweak a specific font, check the linkfonts/etc/conf.avail/99-tweaks.conf fontconfig shard, there's an example in here to do just that. [The 'live' config directory is actually linkfonts/etc/conf.d, so, move your final config shard there]. FWIW, on my PW, I'm scaling every CFF font by +12%. Code:
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- Misc tweaks :) --> <fontconfig> <!-- Make Crimson 12% bigger --> <match target="font"> <test name="family" compare="eq"> <string>Crimson</string> </test> <!-- So tweak the matrix instead... --> <edit name="matrix" mode="assign"> <times> <name>matrix</name> <matrix> <double>1.12</double> <double>0.0</double> <double>0.0</double> <double>1.12</double> </matrix> </times> </edit> </match> </fontconfig> |
09-17-2013, 05:48 PM | #5 |
Member
Posts: 11
Karma: 10
Join Date: Aug 2013
Device: Kindle PW
|
Ok, so all i need to do is place that conf in the conf.d directory and when i restart the framework the tweak will take effect?
|
Advert | |
|
09-17-2013, 06:15 PM | #6 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@mthodmn101: Provided you tweaked it to match on the actual font family you want to modify, and not Crimson/Crimson text like my examples, and it still has unix line-endings, yes.
|
09-17-2013, 06:19 PM | #7 |
Member
Posts: 11
Karma: 10
Join Date: Aug 2013
Device: Kindle PW
|
|
09-19-2013, 06:10 AM | #8 |
Old Kaz
Posts: 208
Karma: 1064151
Join Date: May 2010
Device: PocketBook Era
|
|
09-19-2013, 07:26 AM | #9 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
@kaznelson: Ha! Thanks, I remembered this, but only found the K3/K4 version in my quick search to write post #4, so I thought I'd imagined the K5 version... >_<"
|
09-19-2013, 06:22 PM | #10 | |
Member
Posts: 11
Karma: 10
Join Date: Aug 2013
Device: Kindle PW
|
Quote:
|
|
09-20-2013, 12:14 PM | #11 |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
|
I dont see the problem?
hehehe |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Need help getting better font sizes on my new Kindle PW | k2uskindle | Amazon Kindle | 8 | 11-22-2015 10:05 PM |
HD Kindle Fire font sizes | new | Kindle Fire | 3 | 10-24-2012 10:37 AM |
Kindle 3, Calibre, Duokan, and Font Sizes | booknut | Kindle Developer's Corner | 0 | 12-27-2010 12:27 PM |
Kindle 3, Calibre, Duokan, and Font Sizes | booknut | Amazon Kindle | 1 | 12-26-2010 10:44 PM |
Changing default font styles and sizes | p3aul | Calibre | 26 | 07-12-2009 02:40 AM |