Thread: PRS-T1 Modified Sony home screen
View Single Post
Old 02-22-2012, 03:24 PM   #196
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: 80,238
Karma: 148951761
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 jackie_w View Post
All those items are set in the file /reader/reader.xml in the T1 internal memory. There is a sample in the EbookReader download .zip file.

This is the contents of mine so you can compare & contrast with Morkl's sample.
Spoiler:
Code:
<?xml version="1.0" encoding="utf-8"?>
<reader pagesPerRefresh="3">
    <fontSizeTableEpub>
        <int>75</int>
        <int>80</int>
        <int>85</int>
        <int>90</int>
        <int>95</int>
        <int>100</int>
        <int>105</int>
        <int>110</int>
    </fontSizeTableEpub>
    <fonts>
        <font name="Amasis" regular="AmasisMTW1G.otf" italic="AmasisMTW1G-Italic.otf" bold="AmasisMTW1G-Bold.otf" bolditalic="AmasisMTW1G-BoldItalic.otf" />
        <font name="Amasis30" path="../../mnt/sdcard/reader/fonts/" regular="Amasis30.ttf" italic="Amasis30-Italic.ttf" bold="Amasis30-Bold.ttf" bolditalic="Amasis30-BoldItalic.ttf" />
        <font name="Arno Pro" path="../../mnt/sdcard/reader/fonts/" regular="ArnoPro.ttf" italic="ArnoPro-Italic.ttf" bold="ArnoPro-Bold.ttf" bolditalic="ArnoPro-BoldItalic.ttf" />
        <font name="Georgia EInk15" path="../../mnt/sdcard/reader/fonts/" regular="GeorgiaEInk15.ttf" italic="GeorgiaEInk15-Italic.ttf" bold="GeorgiaEInk15-Bold.ttf" bolditalic="GeorgiaEInk15-BoldItalic.ttf" />
        <font name="Kindle Cond" path="../../mnt/sdcard/reader/fonts/" regular="Caecilia_LT_67_Cond_Medium.ttf" italic="Caecilia_LT_68_Cond_Medium_Italic.ttf" bold="Caecilia_LT_77_Cond_Bold.ttf" bolditalic="Caecilia_LT_78_Cond_Bold_Italic.ttf" />
        <font name="Malabar" path="../../mnt/sdcard/reader/fonts/" regular="Malabar.ttf" italic="Malabar-Italic.ttf" bold="Malabar-Bold.ttf" bolditalic="Malabar-BoldItalic.ttf" />
    </fonts>
</reader>


It assumes you are storing your non-built-in font files in /reader/fonts
Is /reader/ on the T1 the root directory or is it someplace else?
JSWolf is offline