Skip to content
Gautam Chibde edited this page Oct 14, 2017 · 2 revisions

font(int font)

  • Parameters: font — you can choose the custom font provided by folioreader
    • FONT_ANDADA
    • FONT_LATO
    • FONT_LORA
    • FONT_RALEWAY

fontSize(int fontSize)

  • Parameters: fontSize — you can choose between the font size 1 to 4

nightmode(boolean nightMode)

  • Parameters: nightMode — nightMode will be boolean to enable and disable nightMode

themeColor(int themeColor)

  • Parameters: themeColor — themeColor will be the color of the icons and text which will be constant in the app

    It will be value of color resource for eg: R.color.pink

setShowTts(boolean showTts)

  • Parameters: showTts — flag to toggle TextToSpeech feature in folio reader
Clone this wiki locally