aseprite/data/widgets/font_popup.xml
David Capello cf514f0c53 New font selector (fix #4363)
This new font selector list installed fonts with its proper name. It
still needs some extra work to select font set styles (regular, bold,
italic, etc.)
2024-08-26 11:47:57 -03:00

13 lines
308 B
XML

<!-- Aseprite -->
<!-- Copyright (C) 2024 by Igara Studio S.A. -->
<!-- Copyright (C) 2015-2017 by David Capello -->
<gui>
<vbox id="font_popup">
<view id="view" expansive="true" />
<hbox>
<boxfiller />
<button id="load_font" text="@.load" minwidth="80" />
</hbox>
</vbox>
</gui>