![]()  | 
  
    Gamedev Framework (gf)
    0.9.0
    
   A C++14 framework for 2D games 
   | 
 
This is the complete list of members for gf::BasicText, including all inherited members.
| BasicText() | gf::BasicText | |
| BasicText(std::string string, Font &font, unsigned characterSize=30) | gf::BasicText | |
| getAlignment() const | gf::BasicText | inline | 
| getCharacterSize() const | gf::BasicText | inline | 
| getFont() const | gf::BasicText | inline | 
| getFontTexture() | gf::BasicText | |
| getLocalBounds() const | gf::BasicText | inline | 
| getOutlineThickness() | gf::BasicText | inline | 
| getParagraphWidth() const | gf::BasicText | inline | 
| getString() const | gf::BasicText | inline | 
| setAlignment(Alignment align) | gf::BasicText | |
| setCharacterSize(unsigned characterSize) | gf::BasicText | |
| setFont(Font &font) | gf::BasicText | |
| setOutlineThickness(float thickness) | gf::BasicText | |
| setParagraphWidth(float paragraphWidth) | gf::BasicText | |
| setString(std::string string) | gf::BasicText | |
| updateGeometry(VertexArray &vertices, VertexArray &outlineVertices) | gf::BasicText | 
 1.8.13