struct ffw::GuiTextInput::Line
Class List > ffw :: GuiTextInput :: Line
Public Attributes
| Type | Name |
|---|---|
| std::string | str |
| ffw::Pointf | size |
| std::vector< GuiFont::Chunk > | chunks |
Public Functions
| Type | Name |
|---|---|
| Line () = default | |
| Line (std::string str) | |
| void | recalculate (float width, const GuiFont * font, float lineHeight) |
Public Attributes Documentation
variable str
std::string ffw::GuiTextInput::Line::str;
variable size
ffw::Pointf ffw::GuiTextInput::Line::size;
variable chunks
std::vector<GuiFont::Chunk> ffw::GuiTextInput::Line::chunks;
Public Functions Documentation
function Line (1/2)
ffw::GuiTextInput::Line::Line () = default
function Line (2/2)
ffw::GuiTextInput::Line::Line (
std::string str
)
function recalculate
void ffw::GuiTextInput::Line::recalculate (
float width,
const GuiFont * font,
float lineHeight
)
The documentation for this class was generated from the following file: include/ffw/gui/guitextedit.h