MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_cursor_y() [2/2]

const uint32_t & MayaFlux::Buffers::TextBuffer::get_cursor_y ( ) const
inline

Vertical baseline position in pixels for the next impress() run.

Reset to zero by repress(). Advanced by impress() on line wrap.

Definition at line 85 of file TextBuffer.hpp.

85{ return m_cursor_y; }