More TODOs. More even bigger TODOs.

This commit is contained in:
Pietro Gagliardi 2016-01-10 15:35:43 -05:00
parent 2342f191f4
commit 5f1b900dc5
1 changed files with 2 additions and 0 deletions

View File

@ -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;