Text.hpp
Specs for the Text widget.
This file is part of Empirical, https://github.com/devosoft/Empirical Copyright (C) 2015-2018 Michigan State University MIT Software license; see doc/LICENSE.md
A representation of text on a web page. Text Widgets can be included inside of Divs or Tables to cordon off a section of text (and will be automatically created when text is streamed into these other widgets). The primary benefit of explicitly creating your own text widget is to control the text style.
Defines
-
INCLUDE_EMP_WEB_TEXT_HPP_GUARD
-
class Text : public internal::WidgetFacet<Text>
- #include <Text.hpp>