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;