mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:35:04 +02:00
Add warning about font licensing to embed options
This commit is contained in:
parent
3c81080ead
commit
19016a109d
2 changed files with 3 additions and 1 deletions
|
|
@ -211,7 +211,8 @@ def __init__(self, input, output, log, report_progress=DummyReporter(),
|
|||
'but not already embedded. This will search your system for the '
|
||||
'fonts, and if found, they will be embedded. Embedding will only work '
|
||||
'if the format you are converting to supports embedded fonts, such as '
|
||||
'EPUB, AZW3 or PDF.'
|
||||
'EPUB, AZW3 or PDF. Please ensure that you have the proper license for embedding '
|
||||
'the fonts used in this book.'
|
||||
)),
|
||||
|
||||
OptionRecommendation(name='subset_embedded_fonts',
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@
|
|||
<p>Embed all fonts that are referenced in the document and are not already embedded.
|
||||
This will scan your computer for the fonts, and if they are found, they will be
|
||||
embedded into the document.</p>
|
||||
<p>Please ensure that you have the proper license for embedding the fonts used in this book.</p>
|
||||
'''),
|
||||
|
||||
'subset': _('''\
|
||||
|
|
|
|||
Loading…
Reference in a new issue