documentfontspage.ui 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sfx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <!-- n-columns=1 n-rows=1 -->
  6. <object class="GtkGrid" id="DocumentFontsPage">
  7. <property name="visible">True</property>
  8. <property name="can_focus">False</property>
  9. <property name="border_width">12</property>
  10. <property name="row_spacing">6</property>
  11. <property name="column_spacing">12</property>
  12. <child>
  13. <object class="GtkFrame" id="fontEmbeddingFrame">
  14. <property name="visible">True</property>
  15. <property name="can_focus">False</property>
  16. <property name="label_xalign">0</property>
  17. <property name="shadow_type">none</property>
  18. <child>
  19. <object class="GtkAlignment" id="alignment1">
  20. <property name="visible">True</property>
  21. <property name="can_focus">False</property>
  22. <property name="top_padding">6</property>
  23. <property name="left_padding">12</property>
  24. <child>
  25. <object class="GtkBox">
  26. <property name="visible">True</property>
  27. <property name="can_focus">False</property>
  28. <property name="orientation">vertical</property>
  29. <child>
  30. <object class="GtkCheckButton" id="embedFonts">
  31. <property name="label" translatable="yes" context="documentfontspage|embedFonts">_Embed fonts in the document</property>
  32. <property name="visible">True</property>
  33. <property name="can_focus">True</property>
  34. <property name="receives_default">False</property>
  35. <property name="use_underline">True</property>
  36. <property name="xalign">0</property>
  37. <property name="draw_indicator">True</property>
  38. <child internal-child="accessible">
  39. <object class="AtkObject" id="embedFonts-atkobject">
  40. <property name="AtkObject::accessible-description" translatable="yes" context="documentfontspage|extended_tip|embedFonts">Mark this box to embed document fonts into the document file, for portability between different computer systems.</property>
  41. </object>
  42. </child>
  43. </object>
  44. <packing>
  45. <property name="expand">False</property>
  46. <property name="fill">True</property>
  47. <property name="position">0</property>
  48. </packing>
  49. </child>
  50. <child>
  51. <object class="GtkCheckButton" id="embedUsedFonts">
  52. <property name="label" translatable="yes" context="documentfontspage|embedUsedFonts">_Only embed fonts that are used in documents</property>
  53. <property name="visible">True</property>
  54. <property name="can_focus">True</property>
  55. <property name="receives_default">False</property>
  56. <property name="use_underline">True</property>
  57. <property name="xalign">0</property>
  58. <property name="draw_indicator">True</property>
  59. </object>
  60. <packing>
  61. <property name="expand">False</property>
  62. <property name="fill">True</property>
  63. <property name="position">1</property>
  64. </packing>
  65. </child>
  66. </object>
  67. </child>
  68. </object>
  69. </child>
  70. <child type="label">
  71. <object class="GtkLabel" id="fontEmbeddingLabel">
  72. <property name="visible">True</property>
  73. <property name="can_focus">False</property>
  74. <property name="label" translatable="yes" context="documentfontspage|fontEmbeddingLabel">Font Embedding</property>
  75. <attributes>
  76. <attribute name="weight" value="bold"/>
  77. </attributes>
  78. </object>
  79. </child>
  80. </object>
  81. <packing>
  82. <property name="left_attach">0</property>
  83. <property name="top_attach">0</property>
  84. </packing>
  85. </child>
  86. <child>
  87. <object class="GtkFrame" id="scriptframe">
  88. <property name="visible">True</property>
  89. <property name="can_focus">False</property>
  90. <property name="label_xalign">0</property>
  91. <property name="shadow_type">none</property>
  92. <child>
  93. <object class="GtkAlignment" id="alignment2">
  94. <property name="visible">True</property>
  95. <property name="can_focus">False</property>
  96. <property name="top_padding">6</property>
  97. <property name="left_padding">12</property>
  98. <child>
  99. <object class="GtkBox">
  100. <property name="visible">True</property>
  101. <property name="can_focus">False</property>
  102. <property name="orientation">vertical</property>
  103. <child>
  104. <object class="GtkCheckButton" id="embedLatinScriptFonts">
  105. <property name="label" translatable="yes" context="documentfontspage|embedLatinScriptFonts">_Latin fonts</property>
  106. <property name="visible">True</property>
  107. <property name="can_focus">True</property>
  108. <property name="receives_default">False</property>
  109. <property name="use_underline">True</property>
  110. <property name="xalign">0</property>
  111. <property name="draw_indicator">True</property>
  112. </object>
  113. <packing>
  114. <property name="expand">False</property>
  115. <property name="fill">True</property>
  116. <property name="position">0</property>
  117. </packing>
  118. </child>
  119. <child>
  120. <object class="GtkCheckButton" id="embedAsianScriptFonts">
  121. <property name="label" translatable="yes" context="documentfontspage|embedAsianScriptFonts">_Asian fonts</property>
  122. <property name="visible">True</property>
  123. <property name="can_focus">True</property>
  124. <property name="receives_default">False</property>
  125. <property name="use_underline">True</property>
  126. <property name="xalign">0</property>
  127. <property name="draw_indicator">True</property>
  128. </object>
  129. <packing>
  130. <property name="expand">False</property>
  131. <property name="fill">True</property>
  132. <property name="position">1</property>
  133. </packing>
  134. </child>
  135. <child>
  136. <object class="GtkCheckButton" id="embedComplexScriptFonts">
  137. <property name="label" translatable="yes" context="documentfontspage|embedComplexScriptFonts">_Complex fonts</property>
  138. <property name="visible">True</property>
  139. <property name="can_focus">True</property>
  140. <property name="receives_default">False</property>
  141. <property name="use_underline">True</property>
  142. <property name="xalign">0</property>
  143. <property name="draw_indicator">True</property>
  144. </object>
  145. <packing>
  146. <property name="expand">False</property>
  147. <property name="fill">True</property>
  148. <property name="position">2</property>
  149. </packing>
  150. </child>
  151. </object>
  152. </child>
  153. </object>
  154. </child>
  155. <child type="label">
  156. <object class="GtkLabel" id="scriptlabel">
  157. <property name="visible">True</property>
  158. <property name="can_focus">False</property>
  159. <property name="label" translatable="yes" context="documentfontspage|fontScriptFrameLabel">Font scripts to embed</property>
  160. <attributes>
  161. <attribute name="weight" value="bold"/>
  162. </attributes>
  163. </object>
  164. </child>
  165. </object>
  166. <packing>
  167. <property name="left_attach">0</property>
  168. <property name="top_attach">1</property>
  169. </packing>
  170. </child>
  171. <child internal-child="accessible">
  172. <object class="AtkObject" id="DocumentFontsPage-atkobject">
  173. <property name="AtkObject::accessible-description" translatable="yes" context="documentfontspage|extended_tip|DocumentFontsPage">Embed document fonts in the current file.</property>
  174. </object>
  175. </child>
  176. </object>
  177. </interface>