ReactOS 0.4.16-dev-136-g52192f1
|
#include <editstr.h>
Public Attributes | |
HDC | hDC |
POINT | pt |
RECT | rcView |
SIZE | dpi |
int | nAvailWidth |
ME_Style * | current_style |
HFONT | orig_font |
ME_TextEditor * | editor |
ME_TextEditor* tagME_Context::editor |
Definition at line 462 of file editstr.h.
Referenced by ME_BeginRow(), ME_InsertRowStart(), ME_SplitByBacktracking(), ME_WrapEndParagraph(), ME_WrapSizeRun(), and split_run_extents().
int tagME_Context::nAvailWidth |
Definition at line 457 of file editstr.h.
Referenced by ME_BeginRow().
POINT tagME_Context::pt |
Definition at line 454 of file editstr.h.
Referenced by ME_BeginRow(), and ME_WrapHandleRun().