How can I use multiple custom fonts on one page of the pdf?
I can specify ( base, bold, italic, boldItalic and icons) fonts in the page theme and load custom fonts using the fontFromAssetBundle method but how can I use a different font in some parts of the pdf (for example a Text widget)?
How can I use multiple custom fonts on one page of the pdf? I can specify ( base, bold, italic, boldItalic and icons) fonts in the page theme and load custom fonts using the
fontFromAssetBundle
method but how can I use a different font in some parts of the pdf (for example aText
widget)?