<?xml version="1.0" encoding="utf-8"?>
<component name="CustomLabel" extends="Label">

    <script type="text/brightscript" uri="CustomLabel.brs" />

    <interface>
        <field id="fontSize" type="integer" value="22" alias="font.size" />
        <field id="fontFamily" type="string" value="Montserrat" onChange="updateFont"/>
        <field id="fontStyle" type="string" value="Medium" onChange="updateFont"/>
    </interface>

    <children>
        <Font id="font" role="font"/>
        <LayoutGroup id="iconPosterLayoutGroup" itemSpacings="[9]">
            <Rectangle id="itemCursor" width="6" height="21" color="0xEB3333FF" opacity="0.0" />
        </LayoutGroup>
    </children>
</component>