Parameters of document style. More...
#include <MRPdf.h>
Public Attributes | |
float | titleSize = 18.f |
float | textSize = 14.f |
PdfGeneralFont | defaultFont = PdfBuildinFont::Helvetica |
Font name. | |
PdfGeneralFont | defaultFontBold = PdfBuildinFont::HelveticaBold |
PdfGeneralFont | tableFont = PdfBuildinFont::Courier |
PdfGeneralFont | tableFontBold = PdfBuildinFont::CourierBold |
Parameters of document style.
PdfGeneralFont MR::PdfParameters::defaultFont = PdfBuildinFont::Helvetica |
Font name.
PdfGeneralFont MR::PdfParameters::defaultFontBold = PdfBuildinFont::HelveticaBold |
PdfGeneralFont MR::PdfParameters::tableFont = PdfBuildinFont::Courier |
Font name for table (monospaced)
PdfGeneralFont MR::PdfParameters::tableFontBold = PdfBuildinFont::CourierBold |
float MR::PdfParameters::textSize = 14.f |
float MR::PdfParameters::titleSize = 18.f |