Module ep_paper_stock

License: File: ep_paper_stock.erl Description: Standard paper stock dimensions.

Copyright © 2018 Lloyd R. Prentice

Version: .01

Authors: Lloyd R. Prentice.

Description

License: File: ep_paper_stock.erl Description: Standard paper stock dimensions

Function Index

desktop_printer_stock/0Return list of standard desktop printer stock.
standard_sizes/0Return paper stock dimensions http://resources.printhandbook.com/pages/paper-size-chart.php https://www.thebookdesigner.com/2010/09/self-publishing-basics-how-to-pick-the-size-of-your-book/.
standards/0
stock_e/1
stock_height/1Return paper stock height in points.
stock_n/1
stock_s/1
stock_size_inches/1Return paper stock dimensions in inches.
stock_size_picas/1Return paper stock dimensions in picas.
stock_size_points/1Return paper stock dimensions in points.
stock_w/1
stock_width/1Return paper stock width in points.

Function Details

desktop_printer_stock/0

desktop_printer_stock() -> list()

Return list of standard desktop printer stock

standard_sizes/0

standard_sizes() -> [{paper_stock(), xy()}]

Return paper stock dimensions http://resources.printhandbook.com/pages/paper-size-chart.php https://www.thebookdesigner.com/2010/09/self-publishing-basics-how-to-pick-the-size-of-your-book/

standards/0

standards() -> any()

stock_e/1

stock_e(Stock) -> any()

stock_height/1

stock_height(Stock::paper_stock()) -> points()

Return paper stock height in points

stock_n/1

stock_n(Stock) -> any()

stock_s/1

stock_s(Stock) -> any()

stock_size_inches/1

stock_size_inches(Stock::paper_stock()) -> tuple()

Return paper stock dimensions in inches

stock_size_picas/1

stock_size_picas(Stock::paper_stock()) -> integer_xy()

Return paper stock dimensions in picas

stock_size_points/1

stock_size_points(Stock::paper_stock()) -> integer_xy()

Return paper stock dimensions in points

stock_w/1

stock_w(Stock) -> any()

stock_width/1

stock_width(Stock::paper_stock()) -> integer()

Return paper stock width in points


Generated by EDoc