Module ep_format

License: MIT File ep_format.erl Description: Define and specify print formats.

Copyright © 2018 Lloyd R. Prentice

Version: .01

Authors: Lloyd R. Prentice.

Description

License: MIT File ep_format.erl Description: Define and specify print formats

Function Index

format_list/0Return list of standard formats For business card dimensions see: http://designerstoolbox.com/designresources/postcards/.
formats/0Return list of page formats.
page_height/1
page_offsets/2Upper 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/1Return width and height of standard page formats in inches.
pagesize_picas/1Return width and height of standard page formats in picas.
pagesize_points/1Return width and height of standard page formats in points.

Function Details

format_list/0

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/0

formats() -> any()

Return list of page formats

page_height/1

page_height(Format) -> any()

page_offsets/2

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 sizes

page_width/1

page_width(Format) -> any()

pagesize_inches/1

pagesize_inches(Format::page_format()) -> xy()

Return width and height of standard page formats in inches

pagesize_picas/1

pagesize_picas(Format::page_format()) -> xy()

Return width and height of standard page formats in picas

pagesize_points/1

pagesize_points(Format::page_format()) -> tuple()

Return width and height of standard page formats in points


Generated by EDoc