MiKTeX 23.10-next
A scalable TeX distribution
Loading...
Searching...
No Matches
Static Public Member Functions | Public Attributes | List of all members
MiKTeX::Core::PaperSizeInfo Struct Reference

Paper size information. More...

#include <miktex/Core/Session.h>

Static Public Member Functions

static PaperSizeInfo Parse (const std::string &spec)
 

Public Attributes

std::string name
 Paper name (e.g., A4) More...
 
std::string dvipsName
 
int width
 Paper width (in 72nds of an inch). More...
 
int height
 Paper height (in 72nds of an inch). More...
 

Detailed Description

Paper size information.

Member Data Documentation

◆ height

int MiKTeX::Core::PaperSizeInfo::height

Paper height (in 72nds of an inch).

◆ name

std::string MiKTeX::Core::PaperSizeInfo::name

Paper name (e.g., A4)

◆ width

int MiKTeX::Core::PaperSizeInfo::width

Paper width (in 72nds of an inch).


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