public override void OnInspectorGUI()
    {
        _text = (SysFontText)target;

        ISysFontTexturableEditor.DrawInspectorGUI(_text);

        DrawInspectorGUI(_text);
    }
 protected override bool OnDrawProperties()
 {
     _label = (UISysFontLabel)target;
     ISysFontTexturableEditor.DrawInspectorGUI(_label);
     return(true);
 }