Utility/AbstractTextDrawer: Add GetLineGlyphCount
This commit is contained in:
@@ -34,6 +34,7 @@ namespace Nz
|
||||
virtual std::size_t GetGlyphCount() const = 0;
|
||||
virtual const Line& GetLine(std::size_t index) const = 0;
|
||||
virtual std::size_t GetLineCount() const = 0;
|
||||
inline std::size_t GetLineGlyphCount(std::size_t index) const;
|
||||
|
||||
struct Glyph
|
||||
{
|
||||
@@ -53,4 +54,6 @@ namespace Nz
|
||||
};
|
||||
}
|
||||
|
||||
#include <Nazara/Utility/AbstractTextDrawer.inl>
|
||||
|
||||
#endif // NAZARA_ABSTRACTTEXTDRAWER_HPP
|
||||
|
||||
Reference in New Issue
Block a user