Added Embedded Fonts config toggle

Just under the existing "Embedded Styles". Support for this
was already there in crengine, and interfacing is similar to
what is done with Embedded Styles.
This commit is contained in:
poire-z
2017-08-30 09:04:04 +02:00
committed by Frans de Jonge
parent 40ec848098
commit 774d2345e0
4 changed files with 57 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ S.FONT_WEIGHT = _("Font Weight")
S.GAMMA = _("Gamma")
S.VIEW_MODE = _("View Mode")
S.EMBEDDED_STYLE = _("Embedded Style")
S.EMBEDDED_FONTS = _("Embedded Fonts")
S.WRITING_DIR = _("Writing Direction")
S.PROGRESS_BAR = _("Progress Bar")
S.FORCED_OCR = _("Forced OCR")