This commit is contained in:
Kovid Goyal 2012-02-23 12:17:14 +05:30
parent aaf41d735d
commit 24f0445a6a

View File

@ -385,10 +385,11 @@ maximum_resort_levels = 5
# the fields that are being displayed. # the fields that are being displayed.
sort_dates_using_visible_fields = False sort_dates_using_visible_fields = False
#: Specify which font to use when generating a default cover #: Specify which font to use when generating a default cover or masthead
# Absolute path to .ttf font files to use as the fonts for the title, author # Absolute path to .ttf font files to use as the fonts for the title, author
# and footer when generating a default cover. Useful if the default font (Liberation # and footer when generating a default cover or masthead image. Useful if the
# Serif) does not contain glyphs for the language of the books in your library. # default font (Liberation Serif) does not contain glyphs for the language of
# the books in your library.
generate_cover_title_font = None generate_cover_title_font = None
generate_cover_foot_font = None generate_cover_foot_font = None