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
 
std::string defaultFontName = "Helvetica"
 Font name list of available fonts: Courier (-Bold, -Oblique, -BoldOblique) Helvetica (-Bold, -Oblique, -BoldOblique) Times (-Roman, -Bold, -Italic, -BoldItalic) Symbol ZapfDingbats.
 
std::string tableFontName = "Courier"
 

Detailed Description

Parameters of document style.

Member Data Documentation

◆ defaultFontName

std::string MR::PdfParameters::defaultFontName = "Helvetica"

Font name list of available fonts: Courier (-Bold, -Oblique, -BoldOblique) Helvetica (-Bold, -Oblique, -BoldOblique) Times (-Roman, -Bold, -Italic, -BoldItalic) Symbol ZapfDingbats.

◆ tableFontName

std::string MR::PdfParameters::tableFontName = "Courier"

Font name for table (monospaced)

◆ 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: