ReactOS 0.4.15-dev-7953-g1f49173
tagME_Run Struct Reference

#include <editstr.h>

Collaboration diagram for tagME_Run:

Public Attributes

ME_Stylestyle
 
struct tagME_Paragraphpara
 
int nCharOfs
 
int len
 
int nWidth
 
int nFlags
 
int nAscent
 
int nDescent
 
POINT pt
 
struct re_objectreobj
 
SCRIPT_ANALYSIS script_analysis
 
int num_glyphs
 
int max_glyphs
 
WORDglyphs
 
SCRIPT_VISATTRvis_attrs
 
intadvances
 
GOFFSEToffsets
 
int max_clusters
 
WORDclusters
 

Detailed Description

Definition at line 158 of file editstr.h.

Member Data Documentation

◆ advances

int* tagME_Run::advances

◆ clusters

WORD* tagME_Run::clusters

Definition at line 177 of file editstr.h.

Referenced by ME_CharFromPointContext(), ME_PointFromCharContext(), and shape_run().

◆ glyphs

WORD* tagME_Run::glyphs

Definition at line 172 of file editstr.h.

Referenced by draw_text(), get_run_glyph_buffers(), and shape_run().

◆ len

◆ max_clusters

int tagME_Run::max_clusters

Definition at line 176 of file editstr.h.

Referenced by shape_run().

◆ max_glyphs

int tagME_Run::max_glyphs

Definition at line 171 of file editstr.h.

Referenced by get_run_glyph_buffers(), and shape_run().

◆ nAscent

int tagME_Run::nAscent

Definition at line 166 of file editstr.h.

Referenced by calc_run_extent(), and ME_GetCursorCoordinates().

◆ nCharOfs

◆ nDescent

int tagME_Run::nDescent

Definition at line 166 of file editstr.h.

Referenced by calc_run_extent(), and ME_GetCursorCoordinates().

◆ nFlags

◆ num_glyphs

int tagME_Run::num_glyphs

Definition at line 171 of file editstr.h.

Referenced by draw_text(), ME_CharFromPointContext(), ME_PointFromCharContext(), and shape_run().

◆ nWidth

◆ offsets

GOFFSET* tagME_Run::offsets

Definition at line 175 of file editstr.h.

Referenced by draw_text(), get_run_glyph_buffers(), and shape_run().

◆ para

◆ pt

◆ reobj

struct re_object* tagME_Run::reobj

◆ script_analysis

SCRIPT_ANALYSIS tagME_Run::script_analysis

◆ style

◆ vis_attrs

SCRIPT_VISATTR* tagME_Run::vis_attrs

The documentation for this struct was generated from the following file: