ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <editstr.h>
Public Attributes | |
CHARFORMAT2W | fmt |
ME_FontCacheItem * | font_cache |
TEXTMETRICW | tm |
int | nRefs |
SCRIPT_CACHE | script_cache |
struct list | entry |
CHARFORMAT2W tagME_Style::fmt |
Definition at line 73 of file editstr.h.
Referenced by draw_text(), is_link(), ME_ApplyStyle(), ME_DrawTextWithStyle(), ME_GetDefaultCharFormat(), ME_GetRunCharFormat(), ME_GetSelectionCharFormat(), ME_SetCharFormat(), and ME_SetDefaultCharFormat().
ME_FontCacheItem* tagME_Style::font_cache |
Definition at line 75 of file editstr.h.
Referenced by ME_SetDefaultCharFormat().
SCRIPT_CACHE tagME_Style::script_cache |
Definition at line 78 of file editstr.h.
Referenced by draw_text(), ME_SetDefaultCharFormat(), and shape_run().
TEXTMETRICW tagME_Style::tm |
Definition at line 76 of file editstr.h.
Referenced by get_default_line_height(), ME_GetRunSizeCommon(), and ME_SetDefaultCharFormat().