Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(387)

Issue 6850075: Additional OpenType tables. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by bungeman
Modified:
11 years, 7 months ago
Reviewers:
caryclark1, reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Additional OpenType tables.

Patch Set 1 #

Total comments: 3

Patch Set 2 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+413 lines, -29 lines) Patch
M gyp/sfnt.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
M src/sfnt/SkOTTableTypes.h View 1 chunk +6 lines, -4 lines 0 comments Download
M src/sfnt/SkOTTable_OS_2.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/sfnt/SkOTTable_OS_2_V0.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/sfnt/SkOTTable_OS_2_V1.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/sfnt/SkOTTable_OS_2_V2.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/sfnt/SkOTTable_OS_2_V3.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/sfnt/SkOTTable_OS_2_V4.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/sfnt/SkOTTable_OS_2_VA.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
A src/sfnt/SkOTTable_glyf.h View 1 chunk +214 lines, -0 lines 0 comments Download
A src/sfnt/SkOTTable_loca.h View 1 chunk +31 lines, -0 lines 0 comments Download
A src/sfnt/SkOTTable_maxp.h View 1 1 chunk +34 lines, -0 lines 0 comments Download
A src/sfnt/SkOTTable_maxp_CFF.h View 1 1 chunk +30 lines, -0 lines 0 comments Download
A src/sfnt/SkOTTable_maxp_TT.h View 1 1 chunk +49 lines, -0 lines 0 comments Download
M src/sfnt/SkOTUtils.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/sfnt/SkOTUtils.cpp View 5 chunks +16 lines, -7 lines 0 comments Download
M src/sfnt/SkSFNTHeader.h View 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 5
bungeman
This CL * adds support for the 'glyf', 'loca', and 'maxp' tables * cleans up ...
11 years, 7 months ago (2012-11-19 23:31:21 UTC) #1
bungeman
To motivation for these changes can be seen in https://codereview.appspot.com/6843087/ Patch Set 1, which shows ...
11 years, 7 months ago (2012-11-19 23:37:42 UTC) #2
caryclark1
https://codereview.appspot.com/6850075/diff/1/src/sfnt/SkOTTable_OS_2_V0.h File src/sfnt/SkOTTable_OS_2_V0.h (right): https://codereview.appspot.com/6850075/diff/1/src/sfnt/SkOTTable_OS_2_V0.h#newcode22 src/sfnt/SkOTTable_OS_2_V0.h:22: static const SK_OT_USHORT Version = SkTEndian_SwapBE16(0); Why the rename? ...
11 years, 7 months ago (2012-11-20 13:36:06 UTC) #3
bungeman
Here's my explanation for the name change. If a better naming convention can be found ...
11 years, 7 months ago (2012-11-20 18:18:31 UTC) #4
bungeman
11 years, 7 months ago (2012-11-20 18:54:41 UTC) #5
Committed revision 6509.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b