More TODOs. More even bigger TODOs.
This commit is contained in:
parent
2342f191f4
commit
5f1b900dc5
|
@ -793,6 +793,8 @@ CTFontDescriptorRef matchTraits(CTFontDescriptorRef against, uiDrawTextWeight we
|
||||||
}
|
}
|
||||||
|
|
||||||
// now try width
|
// 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);
|
cfnum = CFDictionaryGetValue(traits, kCTFontWidthTrait);
|
||||||
if (cfnum != NULL) {
|
if (cfnum != NULL) {
|
||||||
CGFloat val;
|
CGFloat val;
|
||||||
|
|
Loading…
Reference in New Issue