EVOLUTION-MANAGER
Edit File: documentfontspage.ui
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkGrid" id="DocumentFontsPage"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> <object class="GtkFrame" id="fontEmbeddingFrame"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="top_padding">6</property> <property name="left_padding">12</property> <child> <object class="GtkCheckButton" id="embedFonts"> <property name="label" translatable="yes">_Embed fonts in the document</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> </child> </object> </child> <child type="label"> <object class="GtkLabel" id="fontEmbeddingLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Font Embedding</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> </child> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> </object> </interface>