/**
 * Copyright:       Copyright (C) 2018 Gabriel Gheorghe, All Rights Reserved
 * Authors:         $(Gabriel Gheorghe)
 * License:         $(LINK2 https://www.gnu.org/licenses/gpl-3.0.txt, GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007)
 * Source:          $(LINK2 https://github.com/GabyForceQ/LibertyEngine/blob/master/source/liberty/text/impl.d)
 * Documentation:
 * Coverage:
**/
module liberty.text.impl;

import liberty.framework.gui.impl;
import liberty.framework.gui.widget;

/**
 *
**/
final class Text /*: Widget*/ {
  private {
    // getTextureAtlas
    int textureAtlas;
  }

  /**
   *
  **/
  //this(string id, Gui gui, int textureAtlas, string filePath) {
  //  uper(id, gui);
  //}
}