Method: IsoDoc::XslfoPdfConvert#pdf_options
- Defined in:
- lib/isodoc/xslfo_convert.rb
#pdf_options(_docxml) ⇒ Object
22 23 24 25 26 27 28 29 |
# File 'lib/isodoc/xslfo_convert.rb', line 22 def (_docxml) if font_manifest_file = @options.dig(MN2PDF_OPTIONS, MN2PDF_FONT_MANIFEST) "--font-manifest #{font_manifest_file}" else "" end end |