Project Alice
|
#include <text.hpp>
Public Member Functions | |
columnar_layout (layout &base_layout, layout_parameters const &fixed_parameters, layout_base::rtl_status native_rtl, int32_t used_height=0, int32_t used_width=0, int32_t y_cursor=0, int32_t column_width=0) | |
void | internal_close_box (layout_box &box) final |
Public Member Functions inherited from text::layout_base | |
layout_base (layout &base_layout, layout_parameters const &fixed_parameters, rtl_status native_rtl) | |
virtual void | internal_close_box (layout_box &box)=0 |
Public Attributes | |
int32_t | used_height = 0 |
int32_t | used_width = 0 |
int32_t | y_cursor = 0 |
int32_t | current_column_x = 0 |
int32_t | column_width = 0 |
Public Attributes inherited from text::layout_base | |
layout & | base_layout |
layout_parameters | fixed_parameters |
rtl_status | native_rtl = rtl_status::ltr |
Additional Inherited Members | |
Public Types inherited from text::layout_base | |
enum class | rtl_status : uint8_t { ltr , rtl } |
|
inline |
|
finalvirtual |
Implements text::layout_base.
Definition at line 1863 of file text.cpp.