|
ReactOS 0.4.17-dev-934-g091855f
|
Public Attributes | |
| FLOAT | width |
| UINT16 | length |
| UINT16 | canWrapLineAfter: 1 |
| UINT16 | isWhitespace: 1 |
| UINT16 | isNewline: 1 |
| UINT16 | isSoftHyphen: 1 |
| UINT16 | isRightToLeft: 1 |
| UINT16 | padding: 11 |
Definition at line 502 of file dwrite.idl.
| UINT16 DWRITE_CLUSTER_METRICS::canWrapLineAfter |
Definition at line 506 of file dwrite.idl.
Referenced by dwritetextlayout_DetermineMinWidth(), layout_add_line(), layout_can_wrap_after(), and layout_compute_runs().
| UINT16 DWRITE_CLUSTER_METRICS::isNewline |
Definition at line 508 of file dwrite.idl.
Referenced by layout_compute_effective_runs(), and layout_set_dummy_line_metrics().
| UINT16 DWRITE_CLUSTER_METRICS::isRightToLeft |
Definition at line 510 of file dwrite.idl.
| UINT16 DWRITE_CLUSTER_METRICS::isSoftHyphen |
Definition at line 509 of file dwrite.idl.
| UINT16 DWRITE_CLUSTER_METRICS::isWhitespace |
Definition at line 507 of file dwrite.idl.
Referenced by dwritetextlayout_DetermineMinWidth(), layout_add_line(), and layout_compute_effective_runs().
| UINT16 DWRITE_CLUSTER_METRICS::length |
Definition at line 505 of file dwrite.idl.
Referenced by layout_add_effective_run(), and layout_add_line().
| UINT16 DWRITE_CLUSTER_METRICS::padding |
Definition at line 511 of file dwrite.idl.
| FLOAT DWRITE_CLUSTER_METRICS::width |
Definition at line 504 of file dwrite.idl.
Referenced by dwritetextlayout_DetermineMinWidth(), get_cluster_range_width(), layout_add_line(), and layout_compute_effective_runs().