There used to be a method to specify font hinting on SkPaint, but it was moved to SkFont. However, when using textlayout/SkParagraph, I don't seem to have a way to access SkFont structs to call methods on them, I can only provide SkTypeface via font manager. So is it possible to set font hinting when using SkParagraph with current Skia?