Thread: PRS-T1 Modified Sony home screen
View Single Post
Old 02-04-2012, 01:20 PM   #172
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by tayseidel View Post
How do I access the following settings; (in bold)


Main features
Custom fonts in the font selector
Custom font sizes in the font selector
Customizable number of page turns between screen refreshes
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
jackie_w is offline