libgutenprint API Reference 5.3.4-2022-06-24T01-00-8808d602
|
Paper size functions. More...
Data Structures | |
struct | stp_papersize_t |
The papersize data type. More... | |
Enumerations | |
enum | stp_papersize_unit_t { PAPERSIZE_ENGLISH_STANDARD , PAPERSIZE_METRIC_STANDARD , PAPERSIZE_ENGLISH_EXTENDED , PAPERSIZE_METRIC_EXTENDED } |
Units of measurement. More... | |
enum | stp_papersize_type_t { PAPERSIZE_TYPE_STANDARD = 0 , PAPERSIZE_TYPE_ENVELOPE } |
Functions | |
const stp_papersize_t * | stp_describe_papersize (const stp_vars_t *v, const char *name) |
Get a papersize by name. More... | |
void | stp_default_media_size (const stp_vars_t *v, stp_dimension_t *width, stp_dimension_t *height) |
Get the default paper dimensions for the current configuration. More... | |
Paper size functions.