[coretext] Minor
This commit is contained in:
parent
25f4fb9b56
commit
49f7fb6376
|
@ -675,7 +675,7 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan,
|
||||||
|
|
||||||
for (unsigned int i = 0; i < num_runs; i++)
|
for (unsigned int i = 0; i < num_runs; i++)
|
||||||
{
|
{
|
||||||
CTRunRef run = (CTRunRef) CFArrayGetValueAtIndex (glyph_runs, i);
|
CTRunRef run = static_cast<CTRunRef>(CFArrayGetValueAtIndex (glyph_runs, i));
|
||||||
|
|
||||||
/* CoreText does automatic font fallback (AKA "cascading") for characters
|
/* CoreText does automatic font fallback (AKA "cascading") for characters
|
||||||
* not supported by the requested font, and provides no way to turn it off,
|
* not supported by the requested font, and provides no way to turn it off,
|
||||||
|
|
Loading…
Reference in New Issue