16 lines
496 B
XML
16 lines
496 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<component name="TextSizeTask" extends="Task">
|
|
<interface>
|
|
<field id="fontName" type="string" />
|
|
<field id="fontSize" type="int" />
|
|
<field id="text" type="array" />
|
|
<field id="maxWidth" type="int" value="1920" />
|
|
<field id="name" type="string" />
|
|
|
|
<!-- Results -->
|
|
<field id="width" type="array" />
|
|
<field id="height" type="int" />
|
|
</interface>
|
|
<script type="text/brightscript" uri="TextSizeTask.brs" />
|
|
</component> |