DWRITE_CARET_METRICS

<summary> Metrics for caret placement in a font. </summary>

struct DWRITE_CARET_METRICS {}

Members

Variables

offset
INT16 offset;

<summary> Horizontal offset of the caret along the baseline for good appearance. Offset = 0 for perfectly upright fonts (non-italic). </summary>

slopeRise
INT16 slopeRise;

<summary> Vertical rise of the caret. Rise / Run yields the caret angle. Rise = 1 for perfectly upright fonts (non-italic). </summary>

slopeRun
INT16 slopeRun;

<summary> Horizontal run of th caret. Rise / Run yields the caret angle. Run = 0 for perfectly upright fonts (non-italic). </summary>

Meta