Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfde_data.h>
Public Member Functions | |
FDE_TextStyle ()=default | |
~FDE_TextStyle ()=default | |
void | Reset () |
Public Attributes | |
bool | single_line_ = false |
bool | line_wrap_ = false |
bool | last_line_height_ = false |
Definition at line 19 of file cfde_data.h.
|
default |
|
default |
|
inline |
Definition at line 23 of file cfde_data.h.
References last_line_height_, line_wrap_, and single_line_.
bool FDE_TextStyle::last_line_height_ = false |
Definition at line 31 of file cfde_data.h.
Referenced by CFDE_TextOut::CalcLogicSize(), and Reset().
bool FDE_TextStyle::line_wrap_ = false |
Definition at line 30 of file cfde_data.h.
Referenced by CFWL_Widget::CalcTextSize(), and Reset().
bool FDE_TextStyle::single_line_ = false |
Definition at line 29 of file cfde_data.h.
Referenced by CFDE_TextOut::CalcLogicSize(), CFWL_Widget::CalcTextSize(), Reset(), and CFWL_ListBox::Update().