Skip to content

1.1.2

Latest
Compare
Choose a tag to compare
@avan06 avan06 released this 21 Jul 17:28
· 2 commits to main since this release
  1. Improve NovelTool memory usage.

  2. Implement the display page number feature in GenerateView (need to be enabled in options).

  3. Added page/header/footer options for Generate View:
    Added PageSizeAffectByZoom options: Determines whether the page number size is affected by the zoom feature (Default false).
    Added HeadSizeAffectByZoom options: Determines whether the header size is affected by the zoom feature (Default false).
    Added FooterSizeAffectByZoom options: Determines whether the footer size is affected by the zoom feature (Default false).

  4. Added font options TextFont options for EpubAozora of GenerateView:
    TextFontSize: Determine the font size of Epub or Aozora eBooks displayed in GenerateView (Default 30).
    TextFontName: Determine the font of Epub or Aozora eBooks displayed in GenerateView (Default "[FontFamily: Name=Microsoft Sans Serif]").
    TextFontBold: Determines whether the font style of Epub or Aozora eBooks in GenerateView is bold (Default true).
    TextFontItalic: Determines whether the font style of Epub or Aozora eBooks in GenerateView is italic (Default false).

  5. Added font options WebViewStyle options for EpubAozora of GenerateView:
    WebViewLineHeight: Determine the line-height style of Epub or Aozora eBooks in GenerateView's WebView (Default 200%).
    WebViewFontSize: Determine the font-size style of Epub or Aozora eBooks in GenerateView's WebView (Default 140%).