pagesizes.in
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:3k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: pagesizes.in,v 1.1.1.1 2005/11/11 21:32:03 faxguy Exp $
  2. #
  3. # @WARNING@
  4. #
  5. # HylaFAX Facsimile Software
  6. #
  7. # Copyright (c) 1990-1996 Sam Leffler
  8. # Copyright (c) 1991-1996 Silicon Graphics, Inc.
  9. # HylaFAX is a trademark of Silicon Graphics, Inc.
  10. # Permission to use, copy, modify, distribute, and sell this software and 
  11. # its documentation for any purpose is hereby granted without fee, provided
  12. # that (i) the above copyright notices and this permission notice appear in
  13. # all copies of the software and related documentation, and (ii) the names of
  14. # Sam Leffler and Silicon Graphics may not be used in any advertising or
  15. # publicity relating to the software without the specific, prior written
  16. # permission of Sam Leffler and Silicon Graphics.
  17. # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  18. # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  19. # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  20. # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  21. # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  22. # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  23. # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  24. # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  25. # OF THIS SOFTWARE.
  26. #
  27. #
  28. # VERSION: @VERSION@
  29. # DATE: @DATE@
  30. # TARGET: @TARGET@
  31. #
  32. #
  33. # HylaFAX Page Size Database
  34. #
  35. # This file defines the set of known page sizes.  Note that the name is
  36. # matched using a caseless comparison.  Most of the guaranteed reproducible
  37. # areas are guesses based on scaling known GRA's.
  38. #
  39. # File format:
  40. #
  41. # 1. Comments are introduced by '#' and continue to the end of line.
  42. # 2. The first two fields are the full and abbreviated page size names
  43. #    and must be separated from the subsequent fields by a tab (possibly
  44. #    followed by more whitespace).  Otherwise fields can be separated
  45. #    by any amount of any kind of whitespace.
  46. # 3. Numbers are all base 10 and in basic measurement units (BMU);
  47. #    defined as 1/1200 x 25.4 mm for paper output with a scale factor
  48. #    of one.
  49. # 4. All fields must be present on a single line; otherwise the entry
  50. #    is ignored.
  51. # 5. Most all users of this database require a "default" entry that
  52. #    specifies the default page size to use.  This entry should be placed
  53. #    last so that inverse matches find the real page size name and not
  54. #    the default entry.
  55. # Guaranteed Reproducible Area
  56. # Name Abbrev Width Height Width Height Top Left
  57. ISO A3 A3 14030 19840 13200  18480 472 345
  58. ISO A4 A4  9920 14030  9240  13200 472 345
  59. ISO A5 A5  7133  9921  6455   9236 472 345
  60. ISO A6 A6  5055  6991  4575   6508 472 345
  61. ISO B4 B4 12048 17196 11325  16010 472 345
  62. North American Letter NA-LET 10200 13200  9240  12400 472 345
  63. American Legal US-LEG 10200 16800  9240  15775 472 345
  64. American Ledger US-LED 13200 20400 11946  19162 472 345
  65. American Executive US-EXE  8700 12600  7874  11835 472 345
  66. Japanese Letter JP-LET  8598 12141  7600  10200 900 400
  67. Japanese Legal JP-LEG 12141 17196 11200  15300 900 400
  68. #
  69. @DEFPAGESIZE@