DescriptionFactor text size device mapping in SkScalerContext.
All of our font back-ends use the text size in some way other than
simple concatentation with the current matrix. The code here finds
the full device matrix and then decomposes it to extract the text
size.
FreeType, GDI, and DirectWrite use the text size as the pre-hint scale.
CoreText will not scale color emoji above the requested text size,
and certain features like 'trak' are performed on the text size.
Committed: https://skia.googlesource.com/skia/+/5f14c5e038a16c80d50c2f87ae7c8775f977456c
Patch Set 1 #Patch Set 2 : Works on Windows. #Patch Set 3 : Somewhat cleaner. #Patch Set 4 : Line lengths. #Patch Set 5 : Fix GDI. #Patch Set 6 : Small but required optimization. #Patch Set 7 : Add comments, clarify names. #
Total comments: 1
Messages
Total messages: 10 (2 generated)
|