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

Issue 6443121: Added classes for command-line tool and function for computing number of unmapped glyphs (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by yehh
Modified:
11 years, 8 months ago
Reviewers:
stuartg
CC:
bstell1
Base URL:
http://sfntly.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Added classes for command-line tool and function for computing number of unmapped glyphs Apologies for the combining of unrelated functions into one code review. This was done in the interest of time, as to my knowledge, each individual code review can only be submitted after the code for the previous code review has been committed. This code review does not contain the modification of the ant file to create the JAR for this font tool.

Patch Set 1 #

Total comments: 5

Patch Set 2 : Modified code according to code review #

Total comments: 1

Patch Set 3 : Modified how command line font info tool works based on suggestions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+403 lines, -24 lines) Patch
M java/.classpath View 1 chunk +1 line, -0 lines 0 comments Download
A java/lib/jcommander-1.27.jar View Binary file 0 comments Download
A java/src/com/google/typography/font/tools/fontinfo/CommandOptions.java View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
M java/src/com/google/typography/font/tools/fontinfo/FontInfo.java View 1 2 12 chunks +75 lines, -24 lines 0 comments Download
A java/src/com/google/typography/font/tools/fontinfo/FontInfoMain.java View 1 2 1 chunk +279 lines, -0 lines 0 comments Download

Messages

Total messages: 4
yehh
Added classes for command-line tool and function for computing number of unmapped glyphs
11 years, 8 months ago (2012-08-14 04:06:25 UTC) #1
stuartg
http://codereview.appspot.com/6443121/diff/1/java/src/com/google/typography/font/tools/fontinfo/CommandOptions.java File java/src/com/google/typography/font/tools/fontinfo/CommandOptions.java (right): http://codereview.appspot.com/6443121/diff/1/java/src/com/google/typography/font/tools/fontinfo/CommandOptions.java#newcode1 java/src/com/google/typography/font/tools/fontinfo/CommandOptions.java:1: package com.google.typography.font.tools.fontinfo; Shouldn't these all be --option? Aren't the ...
11 years, 8 months ago (2012-08-14 20:56:12 UTC) #2
stuartg
http://codereview.appspot.com/6443121/diff/7001/java/src/com/google/typography/font/tools/fontinfo/CommandOptions.java File java/src/com/google/typography/font/tools/fontinfo/CommandOptions.java (right): http://codereview.appspot.com/6443121/diff/7001/java/src/com/google/typography/font/tools/fontinfo/CommandOptions.java#newcode3 java/src/com/google/typography/font/tools/fontinfo/CommandOptions.java:3: import com.beust.jcommander.Parameter; Add single char shortcuts. Pick a reasonable ...
11 years, 8 months ago (2012-08-14 23:23:32 UTC) #3
stuartg
11 years, 8 months ago (2012-08-15 00:38:59 UTC) #4
LGTM
Sign in to reply to this message.

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