ReactOS 0.4.16-dev-981-g80eb313
|
#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 72 of file editstr.h.
Referenced by draw_text(), draw_text_with_style(), is_link(), ME_ApplyStyle(), ME_GetDefaultCharFormat(), ME_GetSelectionCharFormat(), ME_SetCharFormat(), ME_SetDefaultCharFormat(), run_copy_char_fmt(), and stream_out_font_and_colour_tbls().
ME_FontCacheItem* tagME_Style::font_cache |
Definition at line 74 of file editstr.h.
Referenced by ME_SetDefaultCharFormat().
SCRIPT_CACHE tagME_Style::script_cache |
Definition at line 77 of file editstr.h.
Referenced by draw_text(), ME_SetDefaultCharFormat(), and shape_run().
TEXTMETRICW tagME_Style::tm |
Definition at line 75 of file editstr.h.
Referenced by get_default_line_height(), ME_GetRunSizeCommon(), and ME_SetDefaultCharFormat().