forked from aseprite/aseprite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaste_text.xml
More file actions
30 lines (24 loc) · 1 KB
/
paste_text.xml
File metadata and controls
30 lines (24 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!-- ASEPRITE -->
<!-- Copyright (C) 2015 by David Capello -->
<gui>
<window text="Insert Text" id="paste_text">
<grid columns="2">
<label text="Text:" />
<entry expansive="true" maxsize="256" id="user_text" magnet="true" cell_align="horizontal" />
<label text="Font Size:" />
<entry id="font_size" maxsize="3" text="32" cell_align="horizontal" />
<label text="Font:" />
<dropdownbutton minwidth="60" id="font_face" text="Select Font" cell_align="horizontal" />
<label text="Color:" />
<colorpicker id="font_color" cell_align="horizontal" />
<hbox />
<check id="antialias" text="Anti-aliasing filter" cell_align="horizontal"
tooltip="Smooth font edges" />
<separator horizontal="true" cell_hspan="2" />
<box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
<button text="&OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="&Cancel" closewindow="true" />
</box>
</grid>
</window>
</gui>