From 4de8d4402fea5f792922668f78d510f2c97db431 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 20 Jan 2017 23:15:10 -0500 Subject: [PATCH] More TODOs. --- darwin/drawtext.m | 1 + 1 file changed, 1 insertion(+) diff --git a/darwin/drawtext.m b/darwin/drawtext.m index f782d614..2ac104c6 100644 --- a/darwin/drawtext.m +++ b/darwin/drawtext.m @@ -82,6 +82,7 @@ static CFAttributedStringRef attrstrToCoreFoundation(uiAttributedString *s, uiDr return mas; } +// TODO this is wrong for our grapheme test; figure out what it should be... static uiDrawTextLayoutLineMetrics *computeLineMetrics(CTFrameRef frame, CGSize size) { uiDrawTextLayoutLineMetrics *metrics;