MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::PdfParameters Struct Reference

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
 

Detailed Description

Parameters of document style.

Member Data Documentation

◆ defaultFont

PdfGeneralFont MR::PdfParameters::defaultFont = PdfBuildinFont::Helvetica

Font name.

◆ defaultFontBold

PdfGeneralFont MR::PdfParameters::defaultFontBold = PdfBuildinFont::HelveticaBold

◆ tableFont

PdfGeneralFont MR::PdfParameters::tableFont = PdfBuildinFont::Courier

Font name for table (monospaced)

◆ tableFontBold

PdfGeneralFont MR::PdfParameters::tableFontBold = PdfBuildinFont::CourierBold

◆ textSize

float MR::PdfParameters::textSize = 14.f

◆ titleSize

float MR::PdfParameters::titleSize = 18.f

The documentation for this struct was generated from the following file: