diff --git a/darwin/fontmatch.m b/darwin/fontmatch.m index 5b56f258..ea075e53 100644 --- a/darwin/fontmatch.m +++ b/darwin/fontmatch.m @@ -4,6 +4,7 @@ // TODOs: // - switching from Skia to a non-fvar-based font crashes because the CTFontDescriptorRef we get has an empty variation dictionary for some reason... +// - Futura causes the Courier New in the drawtext example to be bold for some reason... // Core Text exposes font style info in two forms: // - Fonts with a QuickDraw GX font variation (fvar) table, a feature