From 5f1b900dc589f58c2f28087f37e5f078e9da807f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 10 Jan 2016 15:35:43 -0500 Subject: [PATCH] More TODOs. More even bigger TODOs. --- darwin/draw.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/darwin/draw.m b/darwin/draw.m index e5e4e4b6..7e39b11f 100644 --- a/darwin/draw.m +++ b/darwin/draw.m @@ -793,6 +793,8 @@ CTFontDescriptorRef matchTraits(CTFontDescriptorRef against, uiDrawTextWeight we } // now try width + // TODO this does not seem to be enough for Skia's extended variants; the width trait is 0 but the Expanded flag is on + // TODO verify the rest of this matrix cfnum = CFDictionaryGetValue(traits, kCTFontWidthTrait); if (cfnum != NULL) { CGFloat val;