DWRITE_INLINE_OBJECT_METRICS

<summary> Properties describing the geometric measurement of an application-defined inline object. </summary>

Members

Variables

baseline
FLOAT baseline;

<summary> Distance from the top of the object to the baseline where it is lined up with the adjacent text. If the baseline is at the bottom, baseline simply equals height. </summary>

height
FLOAT height;

<summary> Height of the inline object as measured from top to bottom. </summary>

supportsSideways
BOOL supportsSideways;

<summary> Flag indicating whether the object is to be placed upright or alongside the text baseline for vertical text. </summary>

width
FLOAT width;

<summary> Width of the inline object. </summary>

Meta