set_doc_option.md
October 1, 2015 ยท View on GitHub
set_doc_option
fpdf.set_doc_option(opt: str, value)
[TOC]
Description
Defines the document option.
Parameters
opt:
Option to set.
value:
Value.
Options
core_fonts_encoding
Specify encoding used for decoding unicode text for standard (non-unicode)
fonts. Supported values are latin-1 and windows-1252. Set this option
before using any text writing.