mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Clarify that the ligatures option applies to unicode not CSS ligatures
This commit is contained in:
parent
39776ab381
commit
fbe729de13
@ -560,13 +560,15 @@ OptionRecommendation(name='asciiize',
|
||||
OptionRecommendation(name='keep_ligatures',
|
||||
recommended_value=False, level=OptionRecommendation.LOW,
|
||||
help=_('Preserve ligatures present in the input document. '
|
||||
'A ligature is a special rendering of a pair of '
|
||||
'A ligature is a combined character of a pair of '
|
||||
'characters like ff, fi, fl et cetera. '
|
||||
'Most readers do not have support for '
|
||||
'ligatures in their default fonts, so they are '
|
||||
'unlikely to render correctly. By default, calibre '
|
||||
'will turn a ligature into the corresponding pair of normal '
|
||||
'characters. This option will preserve them instead.')
|
||||
'characters. Note that ligatures here mean only unicode ligatures '
|
||||
'not ligatures created via CSS or font styles. '
|
||||
'This option will preserve them instead.')
|
||||
),
|
||||
|
||||
OptionRecommendation(name='title',
|
||||
|
Loading…
x
Reference in New Issue
Block a user