aseprite/data/jids/drawtext.jid

37 lines
990 B
Plaintext
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2009 by David Capello -->
<jinete>
<window text="Draw Text" name="drawtext_window">
2007-09-18 23:57:02 +00:00
<box vertical>
<box horizontal>
<box vertical homogeneous>
<label text="Font:" />
<label text="Size:" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical homogeneous expansive>
<button text="" name="font" />
<entry maxsize=8 name="size"/>
</box>
</box>
<!-- <label text="Fixed Size:" /> -->
2007-09-18 23:57:02 +00:00
<!-- <view expansive> -->
<!-- <listbox /> -->
<!-- </view> -->
<separator horizontal />
<box horizontal>
<box vertical homogeneous>
<label text="Text:" />
<label text="Color:" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical homogeneous expansive name="color_box">
<entry maxsize=256 name="text" expansive />
</box>
</box>
<box horizontal homogeneous>
<button text="&OK" name="ok" magnetic />
<button text="&Cancel" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
</jinete>