lgtm can we make SkGlyph private eventually? https://codereview.appspot.com/6434049/diff/1/include/core/SkGlyph.h File include/core/SkGlyph.h (right): https://codereview.appspot.com/6434049/diff/1/include/core/SkGlyph.h#newcode16 include/core/SkGlyph.h:16: TODO in ...
12 years, 4 months ago
(2012-07-24 19:25:20 UTC)
#2
Committed revision 4741. It would be nice to make SkGlyph.h private, I think the only ...
12 years, 4 months ago
(2012-07-24 20:36:51 UTC)
#3
Committed revision 4741.
It would be nice to make SkGlyph.h private, I think the only thing we would need
to do is put the implementation of SkAutoKern::adjust into a .cpp. Then SkGlyph
can just be forward declared in SkAutoKern.h.
There aren't many users of the constants, it would be nice to put them in a
better place.
Issue 6434049: Split SkGlyph into its own header.
(Closed)
Created 12 years, 4 months ago by bungeman
Modified 12 years, 4 months ago
Reviewers: reed1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 1