/* * PWG media API definitions for CUPS. * * Copyright 2009-2017 by Apple Inc. * * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
*/
typedefstruct pwg_media_s /**** Common media size data ****/
{ constchar *pwg, /* PWG 5101.1 "self describing" name */
*legacy, /* IPP/ISO legacy name */
*ppd; /* Standard Adobe PPD name */ int width, /* Width in 2540ths */
length; /* Length in 2540ths */
} pwg_media_t;
typedefstruct pwg_size_s /**** Size element - PPD to/from PWG @exclude all@ */
{
pwg_map_t map; /* Map element */ int width, /* Width in 2540ths */
length, /* Length in 2540ths */
left, /* Left margin in 2540ths */
bottom, /* Bottom margin in 2540ths */
right, /* Right margin in 2540ths */
top; /* Top margin in 2540ths */
} pwg_size_t;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.