Copyright © 2018 Lloyd R. Prentice
Version: .01
Authors: Lloyd R. Prentice.
| desktop_printer_stock/0 | Return list of standard desktop printer stock. |
| standard_sizes/0 | 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 | |
| stock_e/1 | |
| stock_height/1 | Return paper stock height in points. |
| stock_n/1 | |
| stock_s/1 | |
| stock_size_inches/1 | Return paper stock dimensions in inches. |
| stock_size_picas/1 | Return paper stock dimensions in picas. |
| stock_size_points/1 | Return paper stock dimensions in points. |
| stock_w/1 | |
| stock_width/1 | Return paper stock width in points. |
desktop_printer_stock() -> list()
Return list of standard desktop printer stock
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() -> any()
stock_e(Stock) -> any()
stock_height(Stock::paper_stock()) -> points()
Return paper stock height in points
stock_n(Stock) -> any()
stock_s(Stock) -> any()
stock_size_inches(Stock::paper_stock()) -> tuple()
Return paper stock dimensions in inches
stock_size_picas(Stock::paper_stock()) -> integer_xy()
Return paper stock dimensions in picas
stock_size_points(Stock::paper_stock()) -> integer_xy()
Return paper stock dimensions in points
stock_w(Stock) -> any()
stock_width(Stock::paper_stock()) -> integer()
Return paper stock width in points
Generated by EDoc