mk_text_run_advancefunction
bool mk_text_run_advance(mk_text_run_t run, float *x_advance, float *y_advance)Get total pen advance in modkit layout coordinates.
| Parameter | Type | Description |
|---|---|---|
run | mk_text_run_t | Value for run. |
x_advance | float * | Value for x advance. |
y_advance | float * | Value for y advance. |
Returns True when the operation succeeds.