|
ReactOS 0.4.17-dev-934-g091855f
|
#include <dwrite_private.h>

Public Attributes | |
| const struct shaping_font_ops * | font |
| void * | context |
| UINT16 | upem |
| struct ot_gsubgpos_table | gsub |
| struct ot_gsubgpos_table | gpos |
| struct { | |
| struct dwrite_fonttable table | |
| unsigned int classdef | |
| unsigned int markattachclassdef | |
| unsigned int markglyphsetdef | |
| } | gdef |
Definition at line 630 of file dwrite_private.h.
Definition at line 642 of file dwrite_private.h.
| void* scriptshaping_cache::context |
Definition at line 633 of file dwrite_private.h.
Referenced by create_scriptshaping_cache().
| const struct shaping_font_ops* scriptshaping_cache::font |
Definition at line 632 of file dwrite_private.h.
| struct { ... } scriptshaping_cache::gdef |
| struct ot_gsubgpos_table scriptshaping_cache::gpos |
Definition at line 637 of file dwrite_private.h.
| struct ot_gsubgpos_table scriptshaping_cache::gsub |
Definition at line 636 of file dwrite_private.h.
Definition at line 643 of file dwrite_private.h.
Definition at line 644 of file dwrite_private.h.
| struct dwrite_fonttable scriptshaping_cache::table |
Definition at line 641 of file dwrite_private.h.
| UINT16 scriptshaping_cache::upem |
Definition at line 634 of file dwrite_private.h.