Cleanup: remove email addresses
This commit is contained in:
@@ -12,7 +12,7 @@ import com.google.typography.font.sfntly.table.core.HorizontalMetricsTable;
|
||||
/**
|
||||
* Extract just advance widths from hmtx table.
|
||||
*
|
||||
* @author raph@google.com (Raph Levien)
|
||||
* @author Raph Levien
|
||||
*/
|
||||
public class AdvWidth {
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ import java.util.Map;
|
||||
/**
|
||||
* Experimental CMap encoder, based primarily on writing the _inverse_ encoding.
|
||||
*
|
||||
* @author raph@google.com (Raph Levien)
|
||||
* @author Raph Levien
|
||||
*/
|
||||
public class CmapEncoder {
|
||||
|
||||
|
||||
@@ -9,7 +9,8 @@ import java.io.IOException;
|
||||
import SevenZip.Compression.LZMA.Encoder;
|
||||
|
||||
/**
|
||||
* @author raph@google.com (Raph Levien)
|
||||
* @author Raph Levien
|
||||
* @author David Kuettel
|
||||
*/
|
||||
public class CompressLzma {
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ import java.util.Set;
|
||||
* shell out to helper binaries, which is fine for the purposes of gathering
|
||||
* statistics, but obviously not much else.
|
||||
*
|
||||
* @author raph@google.com (Raph Levien)
|
||||
* @author Raph Levien
|
||||
*/
|
||||
public class CompressionRunner {
|
||||
// private static final boolean DEBUG = false;
|
||||
|
||||
@@ -15,7 +15,7 @@ import com.google.typography.font.sfntly.table.Table;
|
||||
* effective technique would be to do class kerning in the GDEF tables, but, even so, I wanted
|
||||
* to capture the stats.
|
||||
*
|
||||
* @author raph@google.com (Raph Levien)
|
||||
* @author Raph Levien
|
||||
*/
|
||||
public class KernEncoder {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.util.List;
|
||||
/**
|
||||
* Class for gathering up stats, for summarizing and graphing.
|
||||
*
|
||||
* @author raph@google.com (Raph Levien)
|
||||
* @author Raph Levien
|
||||
*/
|
||||
public class StatsCollector {
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ import java.util.List;
|
||||
import java.util.TreeSet;
|
||||
|
||||
/**
|
||||
* @author raph@google.com (Raph Levien)
|
||||
* @author Raph Levien
|
||||
*/
|
||||
public class Woff2Writer {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user