You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

line-height.fo 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  3. <fo:layout-master-set>
  4. <fo:simple-page-master master-name="simplePM"
  5. page-height="25cm"
  6. page-width="20cm"
  7. margin-top="1cm"
  8. margin-bottom="1cm"
  9. margin-left="1.5cm"
  10. margin-right="1.5cm">
  11. <fo:region-before extent="2.5cm"/>
  12. <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
  13. <fo:region-after extent="2.5cm"/>
  14. </fo:simple-page-master>
  15. </fo:layout-master-set>
  16. <fo:page-sequence master-name="simplePM">
  17. <fo:flow flow-name="xsl-region-body">
  18. <fo:block font-weight="bold" text-align="center">
  19. <fo:inline text-decoration="underline">
  20. Absolute Values
  21. </fo:inline>
  22. </fo:block>
  23. <fo:block line-height="12pt" font-size="8pt">
  24. This text has a fixed line height of 12pt and its font size is 8pt.
  25. This text has a fixed line height of 12pt and its font size is 8pt.
  26. This text has a fixed line height of 12pt and its font size is 8pt.
  27. This text has a fixed line height of 12pt and its font size is 8pt.
  28. This text has a fixed line height of 12pt and its font size is 8pt.
  29. </fo:block>
  30. <fo:block text-align="start" space-before.optimum="6pt" line-height="12pt" font-size="12pt">
  31. This text has a fixed line height of 12pt and its font size is 12pt.
  32. This text has a fixed line height of 12pt and its font size is 12pt.
  33. This text has a fixed line height of 12pt and its font size is 12pt.
  34. This text has a fixed line height of 12pt and its font size is 12pt.
  35. This text has a fixed line height of 12pt and its font size is 12pt.
  36. </fo:block>
  37. <fo:block text-align="start" space-before.optimum="6pt" line-height="12pt" font-size="16pt">
  38. This text has a fixed line height of 12pt and its font size is 16pt.
  39. This text has a fixed line height of 12pt and its font size is 16pt.
  40. This text has a fixed line height of 12pt and its font size is 16pt.
  41. This text has a fixed line height of 12pt and its font size is 16pt.
  42. This text has a fixed line height of 12pt and its font size is 16pt.
  43. </fo:block>
  44. <fo:block font-weight="bold" text-align="center">
  45. <fo:inline text-decoration="underline">
  46. Relative Values
  47. </fo:inline>
  48. </fo:block>
  49. <fo:block text-align="start" space-before.optimum="6pt" line-height="normal" font-size="10pt">
  50. This text has a normal line height at font size of 10pt.
  51. This text has a normal line height at font size of 10pt.
  52. This text has a normal line height at font size of 10pt.
  53. This text has a normal line height at font size of 10pt.
  54. This text has a normal line height at font size of 10pt.
  55. </fo:block>
  56. <fo:block text-align="start" space-before.optimum="6pt" line-height="normal" font-size="14pt">
  57. This text has a normal line height at font size of 14pt.
  58. This text has a normal line height at font size of 14pt.
  59. This text has a normal line height at font size of 14pt.
  60. This text has a normal line height at font size of 14pt.
  61. This text has a normal line height at font size of 14pt.
  62. </fo:block>
  63. <fo:block text-align="start" space-before.optimum="6pt" line-height="1.0" font-size="10pt">
  64. This text is single-spaced at font size of 10pt.
  65. This text is single-spaced at font size of 10pt.
  66. This text is single-spaced at font size of 10pt.
  67. This text is single-spaced at font size of 10pt.
  68. This text is single-spaced at font size of 10pt.
  69. </fo:block>
  70. <fo:block text-align="start" space-before.optimum="6pt" line-height="1.0" font-size="14pt">
  71. This text is single-spaced at font size of 14pt.
  72. This text is single-spaced at font size of 14pt.
  73. This text is single-spaced at font size of 14pt.
  74. This text is single-spaced at font size of 14pt.
  75. This text is single-spaced at font size of 14pt.
  76. </fo:block>
  77. <fo:block text-align="start" space-before.optimum="6pt" line-height="2.0" font-size="10pt">
  78. This text is double-spaced at font size of 10pt.
  79. This text is double-spaced at font size of 10pt.
  80. This text is double-spaced at font size of 10pt.
  81. This text is double-spaced at font size of 10pt.
  82. This text is double-spaced at font size of 10pt.
  83. </fo:block>
  84. <fo:block text-align="start" space-before.optimum="6pt" line-height="2.0" font-size="14pt">
  85. This text is double-spaced at font size of 14pt.
  86. This text is double-spaced at font size of 14pt.
  87. This text is double-spaced at font size of 14pt.
  88. This text is double-spaced at font size of 14pt.
  89. This text is double-spaced at font size of 14pt.
  90. </fo:block>
  91. </fo:flow>
  92. </fo:page-sequence>
  93. </fo:root>