See also http://codereview.appspot.com/6295095/ For other reasons I have already removed the multi-byte character constants in ...
12 years, 6 months ago
(2012-06-20 14:59:26 UTC)
#1
See also http://codereview.appspot.com/6295095/
For other reasons I have already removed the multi-byte character constants in a
local change set, and this is a good CL to break out from that.
I'm not against using SkSetFourByteTag, and have used it here. However, I do still want ...
12 years, 6 months ago
(2012-06-20 15:25:12 UTC)
#3
I'm not against using SkSetFourByteTag, and have used it here. However, I do
still want the TAG0-3 as some(I'm looking at DirectWrite specifically here) have
their own functions / macros which take the individual bytes and create their
own internal representation. At the same time I want the TAG to be appropriately
swizzled for direct comparisons and obviously based off of, and enforce the
existence of, TAG0-3.
fontType_Foo is a funny capitalization/naming choice... LGTM w/ some comments and naming convestions considerations http://codereview.appspot.com/6305117/diff/1009/src/sfnt/SkOTTableTypes.h ...
12 years, 5 months ago
(2012-06-25 14:11:25 UTC)
#4
Issue 6305117: Remove multi-byte character constants.
(Closed)
Created 12 years, 6 months ago by bungeman
Modified 12 years, 5 months ago
Reviewers: reed1, guanqun.lu_gmail.com
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 1