GA::kit v0.3
G&A's in-house C++ application framework
Loading...
Searching...
No Matches
ga::Paragraph Member List

This is the complete list of members for ga::Paragraph, including all inherited members.

calculateTextFlow()ga::Paragraphinlineprotected
calcWordRect(Word &word)ga::Paragraphprotected
cleanLayout()ga::Paragraph
Component()=defaultga::Component
Component(const Component &other)ga::Componentinline
draw()ga::Paragraphvirtual
drawParagraph(bool forceRedraw=false)ga::Paragraphinlineprotected
fontForStyle(FontStyle style)ga::Paragraphinlineprotected
FontStyle enum namega::Paragraphprotected
getBoldFont()ga::Paragraphinline
getBoldItalicFont()ga::Paragraphinline
getFont()ga::Paragraphinline
getHorizontalAlignment()ga::Paragraphinline
getIsFboCacheEnabled()ga::Paragraphinline
getIsMarkdownText() constga::Paragraphinline
getItalicFont()ga::Paragraphinline
getLeading()ga::Paragraphinline
getNode() constga::Componentinline
getNumberOfLines()ga::Paragraph
getParagraphBounds()ga::Paragraph
getSize()ga::Paragraphinline
getText()ga::Paragraphinline
getTextColor()ga::Paragraphinline
getTextOffset()ga::Paragraphinline
getVerticalAlignment()ga::Paragraphinline
getWordBounds()ga::Paragraph
getWordSpacing()ga::Paragraphinline
HorzAlignment enum namega::Paragraph
m_boldFontga::Paragraphprotected
m_boldItalicFontga::Paragraphprotected
m_cacheToFboga::Paragraphprotected
m_fboga::Paragraphprotected
m_fboRectga::Paragraphprotected
m_fontga::Paragraphprotected
m_hAlignmentga::Paragraphprotected
m_isLayoutDirtyga::Paragraphprotected
m_isMarkdownFormattedga::Paragraphprotected
m_italicFontga::Paragraphprotected
m_leadingga::Paragraphprotected
m_linesga::Paragraphprotected
m_nodega::Componentprotected
m_offsetga::Paragraphprotected
m_sizega::Paragraphprotected
m_spacingga::Paragraphprotected
m_styledTextga::Paragraphprotected
m_textga::Paragraphprotected
m_textColorga::Paragraphprotected
m_vAlignmentga::Paragraphprotected
m_wordsga::Paragraphprotected
operator=(const Component &other)ga::Componentinline
Paragraph()ga::Paragraph
parseMarkdownStyles(const std::string &text)ga::Paragraphprotected
setBoldFont(std::shared_ptr< Font > font)ga::Paragraph
setBoldItalicFont(std::shared_ptr< Font > font)ga::Paragraph
setFboCacheEnabled(bool enable)ga::Paragraph
setFont(std::shared_ptr< Font > font, bool resetLeadingAndSpacing=true)ga::Paragraph
setHorizontalAlignment(HorzAlignment alignment)ga::Paragraph
setIsMarkdownText(bool isMarkdown)ga::Paragraph
setItalicFont(std::shared_ptr< Font > font)ga::Paragraph
setLeading(float px)ga::Paragraph
setNode(std::shared_ptr< Node > node)ga::Componentinlineprotectedvirtual
setScene(std::shared_ptr< Scene > scene)ga::Componentinlineprotectedvirtual
setSize(ga::vec2 size)ga::Paragraph
setText(std::string text)ga::Paragraph
setTextColor(const ga::Color textColor)ga::Paragraph
setTextOffset(ga::vec3 textOffset)ga::Paragraph
setTextOffset(ga::vec2 textOffset)ga::Paragraphinline
setVerticalAlignment(VertAlignment alignment)ga::Paragraph
setWordSpacing(float px)ga::Paragraph
update()ga::Componentinlineprotectedvirtual
VertAlignment enum namega::Paragraph
~Component()=defaultga::Componentvirtual