2023-05-03 21:21:04 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-08-08 20:43:37 +00:00
|
|
|
|
|
|
|
<component name="TextSizeTask" extends="Task">
|
|
|
|
<interface>
|
|
|
|
<field id="fontName" type="string" />
|
|
|
|
<field id="fontSize" type="int" />
|
2023-05-03 21:21:04 +00:00
|
|
|
<field id="text" type="array" />
|
2020-08-08 20:43:37 +00:00
|
|
|
<field id="maxWidth" type="int" value="1920" />
|
|
|
|
<field id="name" type="string" />
|
|
|
|
|
|
|
|
<!-- Results -->
|
|
|
|
<field id="width" type="array" />
|
|
|
|
<field id="height" type="int" />
|
|
|
|
</interface>
|
|
|
|
</component>
|