ReactOS 0.4.17-dev-934-g091855f
DWRITE_CLUSTER_METRICS Struct Reference

Public Attributes

FLOAT width
 
UINT16 length
 
UINT16 canWrapLineAfter: 1
 
UINT16 isWhitespace: 1
 
UINT16 isNewline: 1
 
UINT16 isSoftHyphen: 1
 
UINT16 isRightToLeft: 1
 
UINT16 padding: 11
 

Detailed Description

Definition at line 502 of file dwrite.idl.

Member Data Documentation

◆ canWrapLineAfter

UINT16 DWRITE_CLUSTER_METRICS::canWrapLineAfter

◆ isNewline

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().

◆ isRightToLeft

UINT16 DWRITE_CLUSTER_METRICS::isRightToLeft

Definition at line 510 of file dwrite.idl.

◆ isSoftHyphen

UINT16 DWRITE_CLUSTER_METRICS::isSoftHyphen

Definition at line 509 of file dwrite.idl.

◆ isWhitespace

UINT16 DWRITE_CLUSTER_METRICS::isWhitespace

◆ length

UINT16 DWRITE_CLUSTER_METRICS::length

Definition at line 505 of file dwrite.idl.

Referenced by layout_add_effective_run(), and layout_add_line().

◆ padding

UINT16 DWRITE_CLUSTER_METRICS::padding

Definition at line 511 of file dwrite.idl.

◆ width

FLOAT DWRITE_CLUSTER_METRICS::width

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