![]() |
neoGFX
Cross-platform C++ app/game engine
|
#include <glyph_text.hpp>
Public Types | |
| typedef i_glyph_text::const_pointer | const_pointer |
| typedef i_glyph_text::pointer | pointer |
| typedef i_glyph_text::const_reference | const_reference |
| typedef i_glyph_text::reference | reference |
| typedef i_glyph_text::const_iterator | const_iterator |
| typedef i_glyph_text::iterator | iterator |
| typedef i_glyph_text::size_type | size_type |
| typedef i_glyph_text::difference_type | difference_type |
Definition at line 431 of file glyph_text.hpp.
Definition at line 438 of file glyph_text.hpp.
Definition at line 434 of file glyph_text.hpp.
Definition at line 436 of file glyph_text.hpp.
Definition at line 441 of file glyph_text.hpp.
Definition at line 439 of file glyph_text.hpp.
Definition at line 435 of file glyph_text.hpp.
Definition at line 437 of file glyph_text.hpp.
Definition at line 440 of file glyph_text.hpp.
|
delete |
| neogfx::glyph_text::glyph_text | ( | font const & | aFont | ) |
| neogfx::glyph_text::glyph_text | ( | i_glyph_text & | aContents | ) |
| neogfx::glyph_text::glyph_text | ( | glyph_text const & | aOther | ) |
|
inline |
Definition at line 448 of file glyph_text.hpp.
| reference neogfx::glyph_text::back | ( | ) |
| const_reference neogfx::glyph_text::back | ( | ) | const |
| iterator neogfx::glyph_text::begin | ( | ) |
| const_iterator neogfx::glyph_text::begin | ( | ) | const |
| const_iterator neogfx::glyph_text::cbegin | ( | ) | const |
| const_iterator neogfx::glyph_text::cend | ( | ) | const |
| void neogfx::glyph_text::clear | ( | ) |
| glyph_text neogfx::glyph_text::clone | ( | ) | const |
| i_glyph_text & neogfx::glyph_text::content | ( | ) | const |
| bool neogfx::glyph_text::empty | ( | ) | const |
| iterator neogfx::glyph_text::end | ( | ) |
| const_iterator neogfx::glyph_text::end | ( | ) | const |
| neogfx::size neogfx::glyph_text::extents | ( | ) | const |
| neogfx::size neogfx::glyph_text::extents | ( | const_iterator | aBegin, |
| const_iterator | aEnd | ||
| ) | const |
| neogfx::size neogfx::glyph_text::extents | ( | const_reference | aGlyphChar | ) | const |
| const i_glyph & neogfx::glyph_text::glyph | ( | const_reference | aGlyphChar | ) | const |
| const font & neogfx::glyph_text::glyph_font | ( | ) | const |
| const font & neogfx::glyph_text::glyph_font | ( | const_reference | aGlyphChar | ) | const |
| glyph_text neogfx::glyph_text::operator= | ( | const glyph_text & | aOther | ) |
| void neogfx::glyph_text::set_extents | ( | const neogfx::size & | aExtents | ) |
| size_type neogfx::glyph_text::size | ( | ) | const |
| std::pair< iterator, iterator > neogfx::glyph_text::word_break | ( | const_iterator | aBegin, |
| const_iterator | aFrom | ||
| ) |
| std::pair< const_iterator, const_iterator > neogfx::glyph_text::word_break | ( | const_iterator | aBegin, |
| const_iterator | aFrom | ||
| ) | const |