libgutenprint API Reference  5.2.12-pre3
Data Fields
stp_papersize_t Struct Reference

The papersize data type. More...

#include <paper.h>

Data Fields

char * name
 Short unique name (not translated). More...
 
char * text
 Long descriptive name (translated). More...
 
char * comment
 Comment. More...
 
unsigned width
 Paper width. More...
 
unsigned height
 Paper height. More...
 
unsigned top
 Top margin. More...
 
unsigned left
 Left margin. More...
 
unsigned bottom
 Bottom margin. More...
 
unsigned right
 Right margin. More...
 
stp_papersize_unit_t paper_unit
 Units of measurement. More...
 
stp_papersize_type_t paper_size_type
 Paper size type. More...
 

Detailed Description

The papersize data type.

Field Documentation

§ bottom

unsigned stp_papersize_t::bottom

Bottom margin.

§ comment

char* stp_papersize_t::comment

Comment.

§ height

unsigned stp_papersize_t::height

Paper height.

§ left

unsigned stp_papersize_t::left

Left margin.

§ name

char* stp_papersize_t::name

Short unique name (not translated).

§ paper_size_type

stp_papersize_type_t stp_papersize_t::paper_size_type

Paper size type.

§ paper_unit

stp_papersize_unit_t stp_papersize_t::paper_unit

Units of measurement.

§ right

unsigned stp_papersize_t::right

Right margin.

§ text

char* stp_papersize_t::text

Long descriptive name (translated).

§ top

unsigned stp_papersize_t::top

Top margin.

§ width

unsigned stp_papersize_t::width

Paper width.


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