Copyright © 2018 Lloyd R. Prentice
Version: .01
Authors: Lloyd R. Prentice.
| format_list/0 | Return list of standard formats For business card dimensions see: http://designerstoolbox.com/designresources/postcards/. |
| formats/0 | Return list of page formats. |
| page_height/1 | |
| page_offsets/2 | Upper left corner offset of page impression relative to paperstock; Offsets may be determined by printer preference or placement of impression relative to 8.5 x 11-inch stock. |
| page_width/1 | |
| pagesize_inches/1 | Return width and height of standard page formats in inches. |
| pagesize_picas/1 | Return width and height of standard page formats in picas. |
| pagesize_points/1 | Return width and height of standard page formats in points. |
format_list() -> [{page_format(), xy()} | {page_format(), xy(), string()}]
Return list of standard formats For business card dimensions see: http://designerstoolbox.com/designresources/postcards/
formats() -> any()
Return list of page formats
page_height(Format) -> any()
page_offsets(X1::atom(), X2::atom()) -> xy()
Upper left corner offset of page impression relative to paperstock; Offsets may be determined by printer preference or placement of impression relative to 8.5 x 11-inch stock
NOTE: Need list of page sizespage_width(Format) -> any()
pagesize_inches(Format::page_format()) -> xy()
Return width and height of standard page formats in inches
pagesize_picas(Format::page_format()) -> xy()
Return width and height of standard page formats in picas
pagesize_points(Format::page_format()) -> tuple()
Return width and height of standard page formats in points
Generated by EDoc