Skip to content

Commit

Permalink
Added font options for EpubAozora of GenerateView.
Browse files Browse the repository at this point in the history
1. Implement the display page number feature in GenerateView (need to be enabled in options).

2. New TextFont options:
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).

3. New WebViewStyle options:
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%).
  • Loading branch information
avan06 committed Jul 21, 2022
1 parent 49f111f commit a25f3b5
Show file tree
Hide file tree
Showing 11 changed files with 308 additions and 417 deletions.
293 changes: 0 additions & 293 deletions NovelTool/Config.cs

This file was deleted.

Loading

0 comments on commit a25f3b5

Please sign in to comment.