DescriptionExpose SkFaceRec less.
The SkFaceRec class is some data which needs to remain alive for the
life of an FT_Face. ref_ft_face returns SkFaceRec, but confusingly
unref_ft_face takes an FT_Face. Since no one was using the SkFaceRec
for anything other than accessing the FT_Face, have ref_ft_face
return FT_Face instead and remove the unused SkFaceRec pointer from
the scaler context.
Committed: https://skia.googlesource.com/skia/+/13a007d9df7769d3c63998dfeadda5ca17f1d15a
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|