mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add warning about font licensing to embed options
This commit is contained in:
parent
3c81080ead
commit
19016a109d
@ -211,7 +211,8 @@ OptionRecommendation(name='embed_all_fonts',
|
||||
'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 @@ changes needed for the desired effect.</p>
|
||||
<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…
x
Reference in New Issue
Block a user