Empirical
|
Specs for the Text widget. More...
Go to the source code of this file.
Classes | |
class | emp::web::Text |
A Text widget handles putting text on a web page that can be controlled and modified. More... | |
class | emp::web::Text::TextInfo |
Namespaces | |
emp | |
If we are in emscripten, make sure to include the header. | |
emp::web | |
Specs for the Text widget.
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.