aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schweinsberg <[email protected]>2015-12-09 21:44:50 -0800
committerDavid Schweinsberg <[email protected]>2015-12-09 21:44:50 -0800
commit98d7b81c675ee5c0ce2f9119dd9dfc80752c847f (patch)
tree17adce8fb7173edacd1e26f65faf8b7ab87f7102
parentad4b0585b23dd1b502fe534688a78f47ae7aa62d (diff)
Updated email contact.
-rw-r--r--src/net/java/dev/typecast/app/editor/DumpPanel.java2
-rw-r--r--src/net/java/dev/typecast/app/editor/EditorMenu.java2
-rw-r--r--src/net/java/dev/typecast/app/editor/EditorPrefs.java2
-rw-r--r--src/net/java/dev/typecast/app/editor/GlyphPanel.java2
-rw-r--r--src/net/java/dev/typecast/app/editor/GlyphPanelStatusBar.java2
-rw-r--r--src/net/java/dev/typecast/app/editor/GlyphPanelToolBar.java2
-rw-r--r--src/net/java/dev/typecast/app/editor/MacOSFilenameFilter.java2
-rw-r--r--src/net/java/dev/typecast/app/editor/Main.java2
-rw-r--r--src/net/java/dev/typecast/app/editor/Splash.java2
-rw-r--r--src/net/java/dev/typecast/app/editor/TableTreeBuilder.java2
-rw-r--r--src/net/java/dev/typecast/app/editor/TableTreeCellRenderer.java2
-rw-r--r--src/net/java/dev/typecast/app/editor/TableTreeNode.java2
-rw-r--r--src/net/java/dev/typecast/app/framework/EditorView.java2
-rw-r--r--src/net/java/dev/typecast/edit/CharacterMap.java2
-rw-r--r--src/net/java/dev/typecast/edit/Command.java2
-rw-r--r--src/net/java/dev/typecast/edit/GlyphEdit.java2
-rw-r--r--src/net/java/dev/typecast/edit/PointTool.java2
-rw-r--r--src/net/java/dev/typecast/edit/SelectCommand.java2
-rw-r--r--src/net/java/dev/typecast/edit/Tool.java2
-rw-r--r--src/net/java/dev/typecast/exchange/Exporter.java2
-rw-r--r--src/net/java/dev/typecast/exchange/SVGExporter.java2
-rw-r--r--src/net/java/dev/typecast/ot/Disassembler.java2
-rw-r--r--src/net/java/dev/typecast/ot/Fixed.java2
-rw-r--r--src/net/java/dev/typecast/ot/Glyph.java2
-rw-r--r--src/net/java/dev/typecast/ot/Mnemonic.java2
-rw-r--r--src/net/java/dev/typecast/ot/OTFont.java2
-rw-r--r--src/net/java/dev/typecast/ot/OTFontCollection.java2
-rw-r--r--src/net/java/dev/typecast/ot/Point.java2
-rw-r--r--src/net/java/dev/typecast/ot/mac/ResourceData.java2
-rw-r--r--src/net/java/dev/typecast/ot/mac/ResourceFile.java2
-rw-r--r--src/net/java/dev/typecast/ot/mac/ResourceHeader.java2
-rw-r--r--src/net/java/dev/typecast/ot/mac/ResourceMap.java2
-rw-r--r--src/net/java/dev/typecast/ot/mac/ResourceReference.java2
-rw-r--r--src/net/java/dev/typecast/ot/mac/ResourceType.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/BaseTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CffStandardStrings.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CffTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/Charstring.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CharstringType2.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/ClassDef.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/ClassDefFormat1.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/ClassDefFormat2.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CmapFormat.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CmapFormat0.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CmapFormat2.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CmapFormat4.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CmapFormat6.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CmapFormatUnknown.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CmapIndexEntry.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CmapTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/Coverage.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CoverageFormat1.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CoverageFormat2.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/CvtTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/Device.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/DirectoryEntry.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/DsigEntry.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/DsigTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/Feature.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/FeatureList.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/FeatureRecord.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/FpgmTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/GaspRange.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/GaspTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/GlyfCompositeComp.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/GlyfCompositeDescript.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/GlyfDescript.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/GlyfSimpleDescript.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/GlyfTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/GlyphDescription.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/GposTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/GsubTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/HdmxTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/HeadTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/HheaTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/HmtxTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/ID.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/KernSubtable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/KernSubtableFormat0.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/KernSubtableFormat2.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/KernTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/KerningPair.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/LangSys.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/LangSysRecord.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/Ligature.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/LigatureSet.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/LigatureSubst.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/LigatureSubstFormat1.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/LocaTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/Lookup.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/LookupList.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/LookupSubtable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/LookupSubtableFactory.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/LtshTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/MaxpTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/NameRecord.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/NameTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/Os2Table.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/Panose.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/PcltTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/PostTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/PrepTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/Program.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/RangeRecord.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/Script.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/ScriptList.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/ScriptRecord.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/SignatureBlock.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/SingleSubst.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/SingleSubstFormat1.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/SingleSubstFormat2.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/TTCHeader.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/Table.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/TableDirectory.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/TableException.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/TableFactory.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/VdmxTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/VheaTable.java2
-rw-r--r--src/net/java/dev/typecast/ot/table/VmtxTable.java2
-rw-r--r--src/net/java/dev/typecast/render/GlyphImageFactory.java2
-rw-r--r--src/net/java/dev/typecast/render/GlyphPathFactory.java2
-rw-r--r--src/net/java/dev/typecast/t2/T2Interpreter.java8
-rw-r--r--src/net/java/dev/typecast/t2/T2Mnemonic.java2
-rw-r--r--src/net/java/dev/typecast/tt/engine/GraphicsState.java2
-rw-r--r--src/net/java/dev/typecast/tt/engine/Interpreter.java2
-rw-r--r--src/net/java/dev/typecast/tt/engine/Parser.java2
126 files changed, 129 insertions, 129 deletions
diff --git a/src/net/java/dev/typecast/app/editor/DumpPanel.java b/src/net/java/dev/typecast/app/editor/DumpPanel.java
index 3754798..c12a5bf 100644
--- a/src/net/java/dev/typecast/app/editor/DumpPanel.java
+++ b/src/net/java/dev/typecast/app/editor/DumpPanel.java
@@ -33,7 +33,7 @@ import net.java.dev.typecast.ot.OTFont;
/**
* A simple view of an object's "toString()" output.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: DumpPanel.java,v 1.2 2007-01-25 08:39:24 davidsch Exp $
*/
public class DumpPanel extends JPanel implements EditorView {
diff --git a/src/net/java/dev/typecast/app/editor/EditorMenu.java b/src/net/java/dev/typecast/app/editor/EditorMenu.java
index 5f66527..f23ebb8 100644
--- a/src/net/java/dev/typecast/app/editor/EditorMenu.java
+++ b/src/net/java/dev/typecast/app/editor/EditorMenu.java
@@ -41,7 +41,7 @@ import net.java.dev.typecast.ot.OTFontCollection;
/**
* The application menu bar
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: EditorMenu.java,v 1.4 2009-05-22 02:30:27 davidsch Exp $
*/
public class EditorMenu {
diff --git a/src/net/java/dev/typecast/app/editor/EditorPrefs.java b/src/net/java/dev/typecast/app/editor/EditorPrefs.java
index 42f80b4..8e6c39e 100644
--- a/src/net/java/dev/typecast/app/editor/EditorPrefs.java
+++ b/src/net/java/dev/typecast/app/editor/EditorPrefs.java
@@ -30,7 +30,7 @@ import java.awt.Dimension;
/**
* A class to handle all the various application preferences
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: EditorPrefs.java,v 1.3 2007-01-30 23:27:14 davidsch Exp $
*/
public class EditorPrefs {
diff --git a/src/net/java/dev/typecast/app/editor/GlyphPanel.java b/src/net/java/dev/typecast/app/editor/GlyphPanel.java
index 37e991f..fcdb99c 100644
--- a/src/net/java/dev/typecast/app/editor/GlyphPanel.java
+++ b/src/net/java/dev/typecast/app/editor/GlyphPanel.java
@@ -43,7 +43,7 @@ import net.java.dev.typecast.app.editor.GlyphPanelStatusBar;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: GlyphPanel.java,v 1.4 2007-02-21 12:22:55 davidsch Exp $
*/
public class GlyphPanel extends JPanel implements EditorView {
diff --git a/src/net/java/dev/typecast/app/editor/GlyphPanelStatusBar.java b/src/net/java/dev/typecast/app/editor/GlyphPanelStatusBar.java
index f6dc1e4..f13e5ab 100644
--- a/src/net/java/dev/typecast/app/editor/GlyphPanelStatusBar.java
+++ b/src/net/java/dev/typecast/app/editor/GlyphPanelStatusBar.java
@@ -41,7 +41,7 @@ import net.java.dev.typecast.ot.Point;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: GlyphPanelStatusBar.java,v 1.1 2007-01-24 09:37:00 davidsch Exp $
*/
public class GlyphPanelStatusBar extends JPanel {
diff --git a/src/net/java/dev/typecast/app/editor/GlyphPanelToolBar.java b/src/net/java/dev/typecast/app/editor/GlyphPanelToolBar.java
index 0a57493..927ed81 100644
--- a/src/net/java/dev/typecast/app/editor/GlyphPanelToolBar.java
+++ b/src/net/java/dev/typecast/app/editor/GlyphPanelToolBar.java
@@ -27,7 +27,7 @@ import javax.swing.JToolBar;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: GlyphPanelToolBar.java,v 1.1 2007-01-24 09:37:00 davidsch Exp $
*/
public class GlyphPanelToolBar extends javax.swing.JToolBar {
diff --git a/src/net/java/dev/typecast/app/editor/MacOSFilenameFilter.java b/src/net/java/dev/typecast/app/editor/MacOSFilenameFilter.java
index 90736af..e0de502 100644
--- a/src/net/java/dev/typecast/app/editor/MacOSFilenameFilter.java
+++ b/src/net/java/dev/typecast/app/editor/MacOSFilenameFilter.java
@@ -35,7 +35,7 @@ import net.java.dev.typecast.ot.mac.ResourceType;
/**
* A FilenameFilter implementation that includes font files based on their
* extension and also by the presence of fonts in the resource fork.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: MacOSFilenameFilter.java,v 1.2 2007-02-09 00:54:26 davidsch Exp $
*/
public class MacOSFilenameFilter implements FilenameFilter {
diff --git a/src/net/java/dev/typecast/app/editor/Main.java b/src/net/java/dev/typecast/app/editor/Main.java
index af66537..ab05b08 100644
--- a/src/net/java/dev/typecast/app/editor/Main.java
+++ b/src/net/java/dev/typecast/app/editor/Main.java
@@ -92,7 +92,7 @@ import net.java.dev.typecast.app.editor.EditorPrefs;
import net.java.dev.typecast.app.framework.EditorView;
/**
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Main.java,v 1.8 2009-05-22 02:30:27 davidsch Exp $
*/
public class Main {
diff --git a/src/net/java/dev/typecast/app/editor/Splash.java b/src/net/java/dev/typecast/app/editor/Splash.java
index c3ee02c..7d7b318 100644
--- a/src/net/java/dev/typecast/app/editor/Splash.java
+++ b/src/net/java/dev/typecast/app/editor/Splash.java
@@ -30,7 +30,7 @@ import javax.swing.JWindow;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Splash.java,v 1.1 2007-01-24 09:36:57 davidsch Exp $
*/
public class Splash extends JWindow {
diff --git a/src/net/java/dev/typecast/app/editor/TableTreeBuilder.java b/src/net/java/dev/typecast/app/editor/TableTreeBuilder.java
index 8473455..eacd719 100644
--- a/src/net/java/dev/typecast/app/editor/TableTreeBuilder.java
+++ b/src/net/java/dev/typecast/app/editor/TableTreeBuilder.java
@@ -50,7 +50,7 @@ import net.java.dev.typecast.ot.table.Script;
import net.java.dev.typecast.ot.table.Table;
/**
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: TableTreeBuilder.java,v 1.2 2007-02-08 04:28:30 davidsch Exp $
*/
public class TableTreeBuilder {
diff --git a/src/net/java/dev/typecast/app/editor/TableTreeCellRenderer.java b/src/net/java/dev/typecast/app/editor/TableTreeCellRenderer.java
index a6aac7d..daa423c 100644
--- a/src/net/java/dev/typecast/app/editor/TableTreeCellRenderer.java
+++ b/src/net/java/dev/typecast/app/editor/TableTreeCellRenderer.java
@@ -31,7 +31,7 @@ import javax.swing.JTree;
import javax.swing.tree.TreeCellRenderer;
/**
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: TableTreeCellRenderer.java,v 1.1 2007-01-24 09:36:59 davidsch Exp $
*/
public class TableTreeCellRenderer extends JLabel implements TreeCellRenderer {
diff --git a/src/net/java/dev/typecast/app/editor/TableTreeNode.java b/src/net/java/dev/typecast/app/editor/TableTreeNode.java
index b85e982..5583fd0 100644
--- a/src/net/java/dev/typecast/app/editor/TableTreeNode.java
+++ b/src/net/java/dev/typecast/app/editor/TableTreeNode.java
@@ -22,7 +22,7 @@ package net.java.dev.typecast.app.editor;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: TableTreeNode.java,v 1.1 2007-01-24 09:36:58 davidsch Exp $
*/
public class TableTreeNode extends javax.swing.tree.DefaultMutableTreeNode {
diff --git a/src/net/java/dev/typecast/app/framework/EditorView.java b/src/net/java/dev/typecast/app/framework/EditorView.java
index 1648a50..973096f 100644
--- a/src/net/java/dev/typecast/app/framework/EditorView.java
+++ b/src/net/java/dev/typecast/app/framework/EditorView.java
@@ -24,7 +24,7 @@ import net.java.dev.typecast.ot.OTFont;
/**
* The standard interface for all Typecast editor "view" components.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: EditorView.java,v 1.1 2007-01-24 09:37:57 davidsch Exp $
*/
public interface EditorView {
diff --git a/src/net/java/dev/typecast/edit/CharacterMap.java b/src/net/java/dev/typecast/edit/CharacterMap.java
index 3744f1f..38fece3 100644
--- a/src/net/java/dev/typecast/edit/CharacterMap.java
+++ b/src/net/java/dev/typecast/edit/CharacterMap.java
@@ -55,7 +55,7 @@ import net.java.dev.typecast.render.GlyphImageFactory;
/**
* An editor for the character-to-glyph map, as represented in the CmapTable.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: CharacterMap.java,v 1.4 2007-01-25 08:41:56 davidsch Exp $
*/
public class CharacterMap extends JScrollPane implements EditorView {
diff --git a/src/net/java/dev/typecast/edit/Command.java b/src/net/java/dev/typecast/edit/Command.java
index e02eea6..4e07f7f 100644
--- a/src/net/java/dev/typecast/edit/Command.java
+++ b/src/net/java/dev/typecast/edit/Command.java
@@ -22,7 +22,7 @@ package net.java.dev.typecast.edit;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Command.java,v 1.1.1.1 2004-12-05 23:14:18 davidsch Exp $
*/
public abstract class Command {
diff --git a/src/net/java/dev/typecast/edit/GlyphEdit.java b/src/net/java/dev/typecast/edit/GlyphEdit.java
index 73bc71a..1dd8a2d 100644
--- a/src/net/java/dev/typecast/edit/GlyphEdit.java
+++ b/src/net/java/dev/typecast/edit/GlyphEdit.java
@@ -51,7 +51,7 @@ import net.java.dev.typecast.render.GlyphPathFactory;
/**
* The glyph editor. The user will perform operatons on the glyph within this
* window using a variety of tools derived from {@link Tool Tool}.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: GlyphEdit.java,v 1.4 2004-12-21 10:24:57 davidsch Exp $
*/
public class GlyphEdit extends JPanel implements Scrollable {
diff --git a/src/net/java/dev/typecast/edit/PointTool.java b/src/net/java/dev/typecast/edit/PointTool.java
index da3192d..0e51d04 100644
--- a/src/net/java/dev/typecast/edit/PointTool.java
+++ b/src/net/java/dev/typecast/edit/PointTool.java
@@ -34,7 +34,7 @@ import net.java.dev.typecast.ot.Glyph;
* A simple point selection and manipulation tool. Allows the user to select a
* point with the cursor, to move that point by dragging, and to move the point
* on- and off-curve by selecting the point with the control key pressed.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: PointTool.java,v 1.3 2004-12-21 10:24:57 davidsch Exp $
*/
public class PointTool extends Tool {
diff --git a/src/net/java/dev/typecast/edit/SelectCommand.java b/src/net/java/dev/typecast/edit/SelectCommand.java
index a42a068..7d2ef86 100644
--- a/src/net/java/dev/typecast/edit/SelectCommand.java
+++ b/src/net/java/dev/typecast/edit/SelectCommand.java
@@ -24,7 +24,7 @@ package net.java.dev.typecast.edit;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: SelectCommand.java,v 1.1.1.1 2004-12-05 23:14:20 davidsch Exp $
*/
public class SelectCommand extends Command {
diff --git a/src/net/java/dev/typecast/edit/Tool.java b/src/net/java/dev/typecast/edit/Tool.java
index a1a710f..c0a306a 100644
--- a/src/net/java/dev/typecast/edit/Tool.java
+++ b/src/net/java/dev/typecast/edit/Tool.java
@@ -25,7 +25,7 @@ import java.awt.Window;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Tool.java,v 1.2 2004-12-09 23:43:33 davidsch Exp $
*/
public abstract class Tool {
diff --git a/src/net/java/dev/typecast/exchange/Exporter.java b/src/net/java/dev/typecast/exchange/Exporter.java
index 090af75..b3902c1 100644
--- a/src/net/java/dev/typecast/exchange/Exporter.java
+++ b/src/net/java/dev/typecast/exchange/Exporter.java
@@ -26,7 +26,7 @@ import net.java.dev.typecast.ot.table.TableException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Exporter.java,v 1.1.1.1 2004-12-05 23:14:20 davidsch Exp $
*/
public abstract class Exporter {
diff --git a/src/net/java/dev/typecast/exchange/SVGExporter.java b/src/net/java/dev/typecast/exchange/SVGExporter.java
index cd0d2c6..c731c1f 100644
--- a/src/net/java/dev/typecast/exchange/SVGExporter.java
+++ b/src/net/java/dev/typecast/exchange/SVGExporter.java
@@ -79,7 +79,7 @@ import org.apache.batik.util.XMLConstants;
* Converts a TrueType font to an SVG embedded font.
*
* @version $Id: SVGExporter.java,v 1.3 2007-01-24 09:48:36 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class SVGExporter
extends Exporter
diff --git a/src/net/java/dev/typecast/ot/Disassembler.java b/src/net/java/dev/typecast/ot/Disassembler.java
index 73e75cc..848ad09 100644
--- a/src/net/java/dev/typecast/ot/Disassembler.java
+++ b/src/net/java/dev/typecast/ot/Disassembler.java
@@ -9,7 +9,7 @@
package net.java.dev.typecast.ot;
/**
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Disassembler.java,v 1.1.1.1 2004-12-05 23:14:25 davidsch Exp $
*/
public class Disassembler {
diff --git a/src/net/java/dev/typecast/ot/Fixed.java b/src/net/java/dev/typecast/ot/Fixed.java
index 6f83e92..5f36c83 100644
--- a/src/net/java/dev/typecast/ot/Fixed.java
+++ b/src/net/java/dev/typecast/ot/Fixed.java
@@ -22,7 +22,7 @@ package net.java.dev.typecast.ot;
/**
* Functions for working with signed 16.16 fixed values
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Fixed.java,v 1.1.1.1 2004-12-05 23:14:26 davidsch Exp $
*/
public class Fixed {
diff --git a/src/net/java/dev/typecast/ot/Glyph.java b/src/net/java/dev/typecast/ot/Glyph.java
index a59d626..9a7e3f9 100644
--- a/src/net/java/dev/typecast/ot/Glyph.java
+++ b/src/net/java/dev/typecast/ot/Glyph.java
@@ -60,7 +60,7 @@ import net.java.dev.typecast.t2.T2Interpreter;
/**
* An individual glyph within a font.
* @version $Id: Glyph.java,v 1.3 2007-02-21 12:23:54 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class Glyph {
diff --git a/src/net/java/dev/typecast/ot/Mnemonic.java b/src/net/java/dev/typecast/ot/Mnemonic.java
index 5655c1e..a642c4c 100644
--- a/src/net/java/dev/typecast/ot/Mnemonic.java
+++ b/src/net/java/dev/typecast/ot/Mnemonic.java
@@ -10,7 +10,7 @@ package net.java.dev.typecast.ot;
/**
* The Mnemonic representations of the TrueType instruction set.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Mnemonic.java,v 1.1.1.1 2004-12-05 23:14:30 davidsch Exp $
*/
public class Mnemonic {
diff --git a/src/net/java/dev/typecast/ot/OTFont.java b/src/net/java/dev/typecast/ot/OTFont.java
index d232284..b0752e7 100644
--- a/src/net/java/dev/typecast/ot/OTFont.java
+++ b/src/net/java/dev/typecast/ot/OTFont.java
@@ -73,7 +73,7 @@ import net.java.dev.typecast.ot.table.TableFactory;
/**
* The TrueType font.
* @version $Id: OTFont.java,v 1.6 2007-01-31 01:49:18 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class OTFont {
diff --git a/src/net/java/dev/typecast/ot/OTFontCollection.java b/src/net/java/dev/typecast/ot/OTFontCollection.java
index 6f8754f..8784e81 100644
--- a/src/net/java/dev/typecast/ot/OTFontCollection.java
+++ b/src/net/java/dev/typecast/ot/OTFontCollection.java
@@ -38,7 +38,7 @@ import net.java.dev.typecast.ot.table.TTCHeader;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: OTFontCollection.java,v 1.6 2010-08-10 11:38:11 davidsch Exp $
*/
public class OTFontCollection {
diff --git a/src/net/java/dev/typecast/ot/Point.java b/src/net/java/dev/typecast/ot/Point.java
index fae13b0..245dfbf 100644
--- a/src/net/java/dev/typecast/ot/Point.java
+++ b/src/net/java/dev/typecast/ot/Point.java
@@ -10,7 +10,7 @@ package net.java.dev.typecast.ot;
/**
* @version $Id: Point.java,v 1.1.1.1 2004-12-05 23:14:31 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class Point {
diff --git a/src/net/java/dev/typecast/ot/mac/ResourceData.java b/src/net/java/dev/typecast/ot/mac/ResourceData.java
index a1c12ff..6705806 100644
--- a/src/net/java/dev/typecast/ot/mac/ResourceData.java
+++ b/src/net/java/dev/typecast/ot/mac/ResourceData.java
@@ -25,7 +25,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ResourceData.java,v 1.1.1.1 2004-12-05 23:14:31 davidsch Exp $
*/
public class ResourceData {
diff --git a/src/net/java/dev/typecast/ot/mac/ResourceFile.java b/src/net/java/dev/typecast/ot/mac/ResourceFile.java
index e9499d9..18b6b22 100644
--- a/src/net/java/dev/typecast/ot/mac/ResourceFile.java
+++ b/src/net/java/dev/typecast/ot/mac/ResourceFile.java
@@ -26,7 +26,7 @@ import java.io.RandomAccessFile;
/**
* Mac resource loading test.
* TODO: incorporate this into the test suite.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ResourceFile.java,v 1.2 2007-01-29 04:01:53 davidsch Exp $
*/
public class ResourceFile {
diff --git a/src/net/java/dev/typecast/ot/mac/ResourceHeader.java b/src/net/java/dev/typecast/ot/mac/ResourceHeader.java
index bdfe15a..bf82351 100644
--- a/src/net/java/dev/typecast/ot/mac/ResourceHeader.java
+++ b/src/net/java/dev/typecast/ot/mac/ResourceHeader.java
@@ -25,7 +25,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ResourceHeader.java,v 1.1.1.1 2004-12-05 23:14:32 davidsch Exp $
*/
public class ResourceHeader {
diff --git a/src/net/java/dev/typecast/ot/mac/ResourceMap.java b/src/net/java/dev/typecast/ot/mac/ResourceMap.java
index ee98fd8..9508a84 100644
--- a/src/net/java/dev/typecast/ot/mac/ResourceMap.java
+++ b/src/net/java/dev/typecast/ot/mac/ResourceMap.java
@@ -25,7 +25,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ResourceMap.java,v 1.1.1.1 2004-12-05 23:14:32 davidsch Exp $
*/
public class ResourceMap {
diff --git a/src/net/java/dev/typecast/ot/mac/ResourceReference.java b/src/net/java/dev/typecast/ot/mac/ResourceReference.java
index f7f6e0f..ea1c406 100644
--- a/src/net/java/dev/typecast/ot/mac/ResourceReference.java
+++ b/src/net/java/dev/typecast/ot/mac/ResourceReference.java
@@ -25,7 +25,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ResourceReference.java,v 1.1.1.1 2004-12-05 23:14:32 davidsch Exp $
*/
public class ResourceReference {
diff --git a/src/net/java/dev/typecast/ot/mac/ResourceType.java b/src/net/java/dev/typecast/ot/mac/ResourceType.java
index 2c21e7a..1e0bf2d 100644
--- a/src/net/java/dev/typecast/ot/mac/ResourceType.java
+++ b/src/net/java/dev/typecast/ot/mac/ResourceType.java
@@ -25,7 +25,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ResourceType.java,v 1.1.1.1 2004-12-05 23:14:33 davidsch Exp $
*/
public class ResourceType {
diff --git a/src/net/java/dev/typecast/ot/table/BaseTable.java b/src/net/java/dev/typecast/ot/table/BaseTable.java
index 7e6c37a..21f6caf 100644
--- a/src/net/java/dev/typecast/ot/table/BaseTable.java
+++ b/src/net/java/dev/typecast/ot/table/BaseTable.java
@@ -29,7 +29,7 @@ import net.java.dev.typecast.ot.Fixed;
/**
* Baseline Table
* @version $Id: BaseTable.java,v 1.3 2007-02-08 04:31:31 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class BaseTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/CffStandardStrings.java b/src/net/java/dev/typecast/ot/table/CffStandardStrings.java
index 987ea88..91d6b5b 100644
--- a/src/net/java/dev/typecast/ot/table/CffStandardStrings.java
+++ b/src/net/java/dev/typecast/ot/table/CffStandardStrings.java
@@ -24,7 +24,7 @@ package net.java.dev.typecast.ot.table;
* Compact Font Format Standard Strings. As per Appendix A of the Adobe
* CFF specification.
* @version $Id: CffStandardStrings.java,v 1.1 2007-02-05 12:41:52 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class CffStandardStrings {
diff --git a/src/net/java/dev/typecast/ot/table/CffTable.java b/src/net/java/dev/typecast/ot/table/CffTable.java
index 2bd0cec..aa640b9 100644
--- a/src/net/java/dev/typecast/ot/table/CffTable.java
+++ b/src/net/java/dev/typecast/ot/table/CffTable.java
@@ -33,7 +33,7 @@ import java.util.Hashtable;
/**
* Compact Font Format Table
* @version $Id: CffTable.java,v 1.4 2007-07-26 11:15:06 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class CffTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/Charstring.java b/src/net/java/dev/typecast/ot/table/Charstring.java
index 2439d6b..3e32f03 100644
--- a/src/net/java/dev/typecast/ot/table/Charstring.java
+++ b/src/net/java/dev/typecast/ot/table/Charstring.java
@@ -23,7 +23,7 @@ package net.java.dev.typecast.ot.table;
/**
* CFF Charstring
* @version $Id: Charstring.java,v 1.2 2007-02-21 12:25:19 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public abstract class Charstring {
diff --git a/src/net/java/dev/typecast/ot/table/CharstringType2.java b/src/net/java/dev/typecast/ot/table/CharstringType2.java
index e47825c..7e5f8c6 100644
--- a/src/net/java/dev/typecast/ot/table/CharstringType2.java
+++ b/src/net/java/dev/typecast/ot/table/CharstringType2.java
@@ -25,7 +25,7 @@ import net.java.dev.typecast.ot.table.CffTable;
/**
* CFF Type 2 Charstring
* @version $Id: CharstringType2.java,v 1.4 2007-07-26 11:13:44 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class CharstringType2 extends Charstring {
diff --git a/src/net/java/dev/typecast/ot/table/ClassDef.java b/src/net/java/dev/typecast/ot/table/ClassDef.java
index 9fa45c3..8ffeeed 100644
--- a/src/net/java/dev/typecast/ot/table/ClassDef.java
+++ b/src/net/java/dev/typecast/ot/table/ClassDef.java
@@ -13,7 +13,7 @@ import java.io.RandomAccessFile;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ClassDef.java,v 1.1.1.1 2004-12-05 23:14:33 davidsch Exp $
*/
public abstract class ClassDef {
diff --git a/src/net/java/dev/typecast/ot/table/ClassDefFormat1.java b/src/net/java/dev/typecast/ot/table/ClassDefFormat1.java
index 07b85dd..31a6633 100644
--- a/src/net/java/dev/typecast/ot/table/ClassDefFormat1.java
+++ b/src/net/java/dev/typecast/ot/table/ClassDefFormat1.java
@@ -13,7 +13,7 @@ import java.io.RandomAccessFile;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ClassDefFormat1.java,v 1.1.1.1 2004-12-05 23:14:33 davidsch Exp $
*/
public class ClassDefFormat1 extends ClassDef {
diff --git a/src/net/java/dev/typecast/ot/table/ClassDefFormat2.java b/src/net/java/dev/typecast/ot/table/ClassDefFormat2.java
index f8b883c..830a6c6 100644
--- a/src/net/java/dev/typecast/ot/table/ClassDefFormat2.java
+++ b/src/net/java/dev/typecast/ot/table/ClassDefFormat2.java
@@ -13,7 +13,7 @@ import java.io.RandomAccessFile;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ClassDefFormat2.java,v 1.1.1.1 2004-12-05 23:14:33 davidsch Exp $
*/
public class ClassDefFormat2 extends ClassDef {
diff --git a/src/net/java/dev/typecast/ot/table/CmapFormat.java b/src/net/java/dev/typecast/ot/table/CmapFormat.java
index be88af1..74024c2 100644
--- a/src/net/java/dev/typecast/ot/table/CmapFormat.java
+++ b/src/net/java/dev/typecast/ot/table/CmapFormat.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
* @version $Id: CmapFormat.java,v 1.3 2004-12-21 16:56:35 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public abstract class CmapFormat {
diff --git a/src/net/java/dev/typecast/ot/table/CmapFormat0.java b/src/net/java/dev/typecast/ot/table/CmapFormat0.java
index 80f42b2..176afad 100644
--- a/src/net/java/dev/typecast/ot/table/CmapFormat0.java
+++ b/src/net/java/dev/typecast/ot/table/CmapFormat0.java
@@ -57,7 +57,7 @@ import java.io.IOException;
* Simple Macintosh cmap table, mapping only the ASCII character set to glyphs.
*
* @version $Id: CmapFormat0.java,v 1.2 2004-12-21 10:22:55 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class CmapFormat0 extends CmapFormat {
diff --git a/src/net/java/dev/typecast/ot/table/CmapFormat2.java b/src/net/java/dev/typecast/ot/table/CmapFormat2.java
index 4eeaf42..20934bc 100644
--- a/src/net/java/dev/typecast/ot/table/CmapFormat2.java
+++ b/src/net/java/dev/typecast/ot/table/CmapFormat2.java
@@ -56,7 +56,7 @@ import java.io.IOException;
/**
* High-byte mapping through table cmap format.
* @version $Id: CmapFormat2.java,v 1.3 2004-12-21 16:56:54 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class CmapFormat2 extends CmapFormat {
diff --git a/src/net/java/dev/typecast/ot/table/CmapFormat4.java b/src/net/java/dev/typecast/ot/table/CmapFormat4.java
index 3748a8f..e520138 100644
--- a/src/net/java/dev/typecast/ot/table/CmapFormat4.java
+++ b/src/net/java/dev/typecast/ot/table/CmapFormat4.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
* @version $Id: CmapFormat4.java,v 1.3 2004-12-21 16:57:23 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class CmapFormat4 extends CmapFormat {
diff --git a/src/net/java/dev/typecast/ot/table/CmapFormat6.java b/src/net/java/dev/typecast/ot/table/CmapFormat6.java
index f9b398a..069bd96 100644
--- a/src/net/java/dev/typecast/ot/table/CmapFormat6.java
+++ b/src/net/java/dev/typecast/ot/table/CmapFormat6.java
@@ -56,7 +56,7 @@ import java.io.IOException;
/**
* TODO: To be implemented
* @version $Id: CmapFormat6.java,v 1.2 2004-12-21 10:22:56 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class CmapFormat6 extends CmapFormat {
diff --git a/src/net/java/dev/typecast/ot/table/CmapFormatUnknown.java b/src/net/java/dev/typecast/ot/table/CmapFormatUnknown.java
index 01ca600..6f324dc 100644
--- a/src/net/java/dev/typecast/ot/table/CmapFormatUnknown.java
+++ b/src/net/java/dev/typecast/ot/table/CmapFormatUnknown.java
@@ -26,7 +26,7 @@ import java.io.IOException;
/**
* When we encounter a cmap format we don't understand, we can use this class
* to hold the bare minimum information about it.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: CmapFormatUnknown.java,v 1.1 2004-12-21 10:21:23 davidsch Exp $
*/
public class CmapFormatUnknown extends CmapFormat {
diff --git a/src/net/java/dev/typecast/ot/table/CmapIndexEntry.java b/src/net/java/dev/typecast/ot/table/CmapIndexEntry.java
index c82e270..3ed6aaf 100644
--- a/src/net/java/dev/typecast/ot/table/CmapIndexEntry.java
+++ b/src/net/java/dev/typecast/ot/table/CmapIndexEntry.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
* @version $Id: CmapIndexEntry.java,v 1.2 2004-12-21 10:22:56 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class CmapIndexEntry implements Comparable {
diff --git a/src/net/java/dev/typecast/ot/table/CmapTable.java b/src/net/java/dev/typecast/ot/table/CmapTable.java
index de69cc1..9dd93ee 100644
--- a/src/net/java/dev/typecast/ot/table/CmapTable.java
+++ b/src/net/java/dev/typecast/ot/table/CmapTable.java
@@ -57,7 +57,7 @@ import java.util.Arrays;
/**
* @version $Id: CmapTable.java,v 1.3 2004-12-21 10:22:56 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class CmapTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/Coverage.java b/src/net/java/dev/typecast/ot/table/Coverage.java
index 3c6cf04..e9589aa 100644
--- a/src/net/java/dev/typecast/ot/table/Coverage.java
+++ b/src/net/java/dev/typecast/ot/table/Coverage.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Coverage.java,v 1.3 2007-01-24 09:43:30 davidsch Exp $
*/
public abstract class Coverage {
diff --git a/src/net/java/dev/typecast/ot/table/CoverageFormat1.java b/src/net/java/dev/typecast/ot/table/CoverageFormat1.java
index a81eb0f..9de7d13 100644
--- a/src/net/java/dev/typecast/ot/table/CoverageFormat1.java
+++ b/src/net/java/dev/typecast/ot/table/CoverageFormat1.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: CoverageFormat1.java,v 1.2 2007-01-24 09:43:30 davidsch Exp $
*/
public class CoverageFormat1 extends Coverage {
diff --git a/src/net/java/dev/typecast/ot/table/CoverageFormat2.java b/src/net/java/dev/typecast/ot/table/CoverageFormat2.java
index a304896..0a805bb 100644
--- a/src/net/java/dev/typecast/ot/table/CoverageFormat2.java
+++ b/src/net/java/dev/typecast/ot/table/CoverageFormat2.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: CoverageFormat2.java,v 1.2 2007-01-24 09:43:30 davidsch Exp $
*/
public class CoverageFormat2 extends Coverage {
diff --git a/src/net/java/dev/typecast/ot/table/CvtTable.java b/src/net/java/dev/typecast/ot/table/CvtTable.java
index 6035c63..923aae8 100644
--- a/src/net/java/dev/typecast/ot/table/CvtTable.java
+++ b/src/net/java/dev/typecast/ot/table/CvtTable.java
@@ -14,7 +14,7 @@ import java.io.IOException;
/**
* @version $Id: CvtTable.java,v 1.1.1.1 2004-12-05 23:14:36 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class CvtTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/Device.java b/src/net/java/dev/typecast/ot/table/Device.java
index 75c302a..c9d82fa 100644
--- a/src/net/java/dev/typecast/ot/table/Device.java
+++ b/src/net/java/dev/typecast/ot/table/Device.java
@@ -13,7 +13,7 @@ import java.io.RandomAccessFile;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Device.java,v 1.1.1.1 2004-12-05 23:14:37 davidsch Exp $
*/
public class Device extends Object {
diff --git a/src/net/java/dev/typecast/ot/table/DirectoryEntry.java b/src/net/java/dev/typecast/ot/table/DirectoryEntry.java
index c0f2f9b..a5705dc 100644
--- a/src/net/java/dev/typecast/ot/table/DirectoryEntry.java
+++ b/src/net/java/dev/typecast/ot/table/DirectoryEntry.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
* @version $Id: DirectoryEntry.java,v 1.2 2004-12-09 23:46:21 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class DirectoryEntry implements Cloneable {
diff --git a/src/net/java/dev/typecast/ot/table/DsigEntry.java b/src/net/java/dev/typecast/ot/table/DsigEntry.java
index 6ce41ec..3b6db72 100644
--- a/src/net/java/dev/typecast/ot/table/DsigEntry.java
+++ b/src/net/java/dev/typecast/ot/table/DsigEntry.java
@@ -14,7 +14,7 @@ import java.io.DataInput;
/**
*
* @version $Id: DsigEntry.java,v 1.1.1.1 2004-12-05 23:14:37 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class DsigEntry {
diff --git a/src/net/java/dev/typecast/ot/table/DsigTable.java b/src/net/java/dev/typecast/ot/table/DsigTable.java
index 8d63800..4d6b694 100644
--- a/src/net/java/dev/typecast/ot/table/DsigTable.java
+++ b/src/net/java/dev/typecast/ot/table/DsigTable.java
@@ -14,7 +14,7 @@ import java.io.DataInput;
/**
*
* @version $Id: DsigTable.java,v 1.1.1.1 2004-12-05 23:14:37 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class DsigTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/Feature.java b/src/net/java/dev/typecast/ot/table/Feature.java
index 34adf46..c4e2fb0 100644
--- a/src/net/java/dev/typecast/ot/table/Feature.java
+++ b/src/net/java/dev/typecast/ot/table/Feature.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Feature.java,v 1.2 2007-01-24 09:47:46 davidsch Exp $
*/
public class Feature {
diff --git a/src/net/java/dev/typecast/ot/table/FeatureList.java b/src/net/java/dev/typecast/ot/table/FeatureList.java
index 8f17c46..71dd8b2 100644
--- a/src/net/java/dev/typecast/ot/table/FeatureList.java
+++ b/src/net/java/dev/typecast/ot/table/FeatureList.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: FeatureList.java,v 1.3 2007-01-24 09:54:44 davidsch Exp $
*/
public class FeatureList {
diff --git a/src/net/java/dev/typecast/ot/table/FeatureRecord.java b/src/net/java/dev/typecast/ot/table/FeatureRecord.java
index 7c27888..174d95c 100644
--- a/src/net/java/dev/typecast/ot/table/FeatureRecord.java
+++ b/src/net/java/dev/typecast/ot/table/FeatureRecord.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: FeatureRecord.java,v 1.2 2007-01-24 09:47:48 davidsch Exp $
*/
public class FeatureRecord {
diff --git a/src/net/java/dev/typecast/ot/table/FpgmTable.java b/src/net/java/dev/typecast/ot/table/FpgmTable.java
index 37a2ae0..bc31644 100644
--- a/src/net/java/dev/typecast/ot/table/FpgmTable.java
+++ b/src/net/java/dev/typecast/ot/table/FpgmTable.java
@@ -14,7 +14,7 @@ import net.java.dev.typecast.ot.Disassembler;
/**
* @version $Id: FpgmTable.java,v 1.1.1.1 2004-12-05 23:14:38 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class FpgmTable extends Program implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/GaspRange.java b/src/net/java/dev/typecast/ot/table/GaspRange.java
index 9f343e9..6d40de5 100644
--- a/src/net/java/dev/typecast/ot/table/GaspRange.java
+++ b/src/net/java/dev/typecast/ot/table/GaspRange.java
@@ -13,7 +13,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: GaspRange.java,v 1.1.1.1 2004-12-05 23:14:38 davidsch Exp $
*/
public class GaspRange {
diff --git a/src/net/java/dev/typecast/ot/table/GaspTable.java b/src/net/java/dev/typecast/ot/table/GaspTable.java
index 50a1bcd..efa91df 100644
--- a/src/net/java/dev/typecast/ot/table/GaspTable.java
+++ b/src/net/java/dev/typecast/ot/table/GaspTable.java
@@ -13,7 +13,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: GaspTable.java,v 1.1.1.1 2004-12-05 23:14:39 davidsch Exp $
*/
public class GaspTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/GlyfCompositeComp.java b/src/net/java/dev/typecast/ot/table/GlyfCompositeComp.java
index 0a3f91a..7b93f77 100644
--- a/src/net/java/dev/typecast/ot/table/GlyfCompositeComp.java
+++ b/src/net/java/dev/typecast/ot/table/GlyfCompositeComp.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
* @version $Id: GlyfCompositeComp.java,v 1.3 2010-08-10 11:41:55 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class GlyfCompositeComp {
diff --git a/src/net/java/dev/typecast/ot/table/GlyfCompositeDescript.java b/src/net/java/dev/typecast/ot/table/GlyfCompositeDescript.java
index 97c0b0f..5251c6d 100644
--- a/src/net/java/dev/typecast/ot/table/GlyfCompositeDescript.java
+++ b/src/net/java/dev/typecast/ot/table/GlyfCompositeDescript.java
@@ -61,7 +61,7 @@ import java.util.ArrayList;
* each.
*
* @version $Id: GlyfCompositeDescript.java,v 1.5 2007-01-25 08:43:18 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class GlyfCompositeDescript extends GlyfDescript {
diff --git a/src/net/java/dev/typecast/ot/table/GlyfDescript.java b/src/net/java/dev/typecast/ot/table/GlyfDescript.java
index 49ae5b4..3648dd4 100644
--- a/src/net/java/dev/typecast/ot/table/GlyfDescript.java
+++ b/src/net/java/dev/typecast/ot/table/GlyfDescript.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
* @version $Id: GlyfDescript.java,v 1.3 2007-01-24 09:47:48 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public abstract class GlyfDescript extends Program implements GlyphDescription {
diff --git a/src/net/java/dev/typecast/ot/table/GlyfSimpleDescript.java b/src/net/java/dev/typecast/ot/table/GlyfSimpleDescript.java
index e2c3a2c..10d0277 100644
--- a/src/net/java/dev/typecast/ot/table/GlyfSimpleDescript.java
+++ b/src/net/java/dev/typecast/ot/table/GlyfSimpleDescript.java
@@ -56,7 +56,7 @@ import net.java.dev.typecast.ot.Disassembler;
/**
* @version $Id: GlyfSimpleDescript.java,v 1.3 2007-01-24 09:47:47 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class GlyfSimpleDescript extends GlyfDescript {
diff --git a/src/net/java/dev/typecast/ot/table/GlyfTable.java b/src/net/java/dev/typecast/ot/table/GlyfTable.java
index 03f519d..386d673 100644
--- a/src/net/java/dev/typecast/ot/table/GlyfTable.java
+++ b/src/net/java/dev/typecast/ot/table/GlyfTable.java
@@ -57,7 +57,7 @@ import java.io.IOException;
/**
* @version $Id: GlyfTable.java,v 1.6 2010-08-10 11:46:30 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class GlyfTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/GlyphDescription.java b/src/net/java/dev/typecast/ot/table/GlyphDescription.java
index b23f313..84615a2 100644
--- a/src/net/java/dev/typecast/ot/table/GlyphDescription.java
+++ b/src/net/java/dev/typecast/ot/table/GlyphDescription.java
@@ -53,7 +53,7 @@ package net.java.dev.typecast.ot.table;
/**
* Specifies access to glyph description classes, simple and composite.
* @version $Id: GlyphDescription.java,v 1.3 2007-01-24 09:47:45 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public interface GlyphDescription {
diff --git a/src/net/java/dev/typecast/ot/table/GposTable.java b/src/net/java/dev/typecast/ot/table/GposTable.java
index 3efeeaa..e8fb4b3 100644
--- a/src/net/java/dev/typecast/ot/table/GposTable.java
+++ b/src/net/java/dev/typecast/ot/table/GposTable.java
@@ -25,7 +25,7 @@ import java.io.IOException;
/**
* TODO: To be implemented
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: GposTable.java,v 1.2 2007-01-24 09:47:47 davidsch Exp $
*/
public class GposTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/GsubTable.java b/src/net/java/dev/typecast/ot/table/GsubTable.java
index d7f9c35..a72dbfa 100644
--- a/src/net/java/dev/typecast/ot/table/GsubTable.java
+++ b/src/net/java/dev/typecast/ot/table/GsubTable.java
@@ -57,7 +57,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: GsubTable.java,v 1.3 2007-01-24 09:47:46 davidsch Exp $
*/
public class GsubTable implements Table, LookupSubtableFactory {
diff --git a/src/net/java/dev/typecast/ot/table/HdmxTable.java b/src/net/java/dev/typecast/ot/table/HdmxTable.java
index e47c0a3..ae939c0 100644
--- a/src/net/java/dev/typecast/ot/table/HdmxTable.java
+++ b/src/net/java/dev/typecast/ot/table/HdmxTable.java
@@ -26,7 +26,7 @@ import java.io.IOException;
/**
* The Horizontal Device Metrics table for TrueType outlines. This stores
* integer advance widths scaled to specific pixel sizes.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: HdmxTable.java,v 1.2 2007-07-26 11:12:30 davidsch Exp $
*/
public class HdmxTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/HeadTable.java b/src/net/java/dev/typecast/ot/table/HeadTable.java
index c99ae76..a16b66f 100644
--- a/src/net/java/dev/typecast/ot/table/HeadTable.java
+++ b/src/net/java/dev/typecast/ot/table/HeadTable.java
@@ -57,7 +57,7 @@ import net.java.dev.typecast.ot.Fixed;
/**
* @version $Id: HeadTable.java,v 1.2 2004-12-21 10:23:20 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class HeadTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/HheaTable.java b/src/net/java/dev/typecast/ot/table/HheaTable.java
index 4b49f41..1b537ed 100644
--- a/src/net/java/dev/typecast/ot/table/HheaTable.java
+++ b/src/net/java/dev/typecast/ot/table/HheaTable.java
@@ -14,7 +14,7 @@ import net.java.dev.typecast.ot.Fixed;
/**
* @version $Id: HheaTable.java,v 1.2 2010-08-10 11:44:02 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class HheaTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/HmtxTable.java b/src/net/java/dev/typecast/ot/table/HmtxTable.java
index 7b4cbae..5f99a9c 100644
--- a/src/net/java/dev/typecast/ot/table/HmtxTable.java
+++ b/src/net/java/dev/typecast/ot/table/HmtxTable.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
* @version $Id: HmtxTable.java,v 1.5 2007-07-26 11:11:48 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class HmtxTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/ID.java b/src/net/java/dev/typecast/ot/table/ID.java
index 5dc79d7..c77fac0 100644
--- a/src/net/java/dev/typecast/ot/table/ID.java
+++ b/src/net/java/dev/typecast/ot/table/ID.java
@@ -22,7 +22,7 @@ package net.java.dev.typecast.ot.table;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ID.java,v 1.1.1.1 2004-12-05 23:14:47 davidsch Exp $
*/
public abstract class ID {
diff --git a/src/net/java/dev/typecast/ot/table/KernSubtable.java b/src/net/java/dev/typecast/ot/table/KernSubtable.java
index f55fa04..5b63735 100644
--- a/src/net/java/dev/typecast/ot/table/KernSubtable.java
+++ b/src/net/java/dev/typecast/ot/table/KernSubtable.java
@@ -13,7 +13,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: KernSubtable.java,v 1.1.1.1 2004-12-05 23:14:47 davidsch Exp $
*/
public abstract class KernSubtable {
diff --git a/src/net/java/dev/typecast/ot/table/KernSubtableFormat0.java b/src/net/java/dev/typecast/ot/table/KernSubtableFormat0.java
index e3b1c9c..a10f6fb 100644
--- a/src/net/java/dev/typecast/ot/table/KernSubtableFormat0.java
+++ b/src/net/java/dev/typecast/ot/table/KernSubtableFormat0.java
@@ -13,7 +13,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: KernSubtableFormat0.java,v 1.1.1.1 2004-12-05 23:14:48 davidsch Exp $
*/
public class KernSubtableFormat0 extends KernSubtable {
diff --git a/src/net/java/dev/typecast/ot/table/KernSubtableFormat2.java b/src/net/java/dev/typecast/ot/table/KernSubtableFormat2.java
index 5ff37c2..be7c7c2 100644
--- a/src/net/java/dev/typecast/ot/table/KernSubtableFormat2.java
+++ b/src/net/java/dev/typecast/ot/table/KernSubtableFormat2.java
@@ -13,7 +13,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: KernSubtableFormat2.java,v 1.1.1.1 2004-12-05 23:14:48 davidsch Exp $
*/
public class KernSubtableFormat2 extends KernSubtable {
diff --git a/src/net/java/dev/typecast/ot/table/KernTable.java b/src/net/java/dev/typecast/ot/table/KernTable.java
index 81c4a99..6dc5d4c 100644
--- a/src/net/java/dev/typecast/ot/table/KernTable.java
+++ b/src/net/java/dev/typecast/ot/table/KernTable.java
@@ -13,7 +13,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: KernTable.java,v 1.1.1.1 2004-12-05 23:14:48 davidsch Exp $
*/
public class KernTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/KerningPair.java b/src/net/java/dev/typecast/ot/table/KerningPair.java
index de61423..2043d8e 100644
--- a/src/net/java/dev/typecast/ot/table/KerningPair.java
+++ b/src/net/java/dev/typecast/ot/table/KerningPair.java
@@ -13,7 +13,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: KerningPair.java,v 1.1.1.1 2004-12-05 23:14:47 davidsch Exp $
*/
public class KerningPair {
diff --git a/src/net/java/dev/typecast/ot/table/LangSys.java b/src/net/java/dev/typecast/ot/table/LangSys.java
index 9963bf6..8987ccc 100644
--- a/src/net/java/dev/typecast/ot/table/LangSys.java
+++ b/src/net/java/dev/typecast/ot/table/LangSys.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: LangSys.java,v 1.2 2007-01-24 09:47:47 davidsch Exp $
*/
public class LangSys {
diff --git a/src/net/java/dev/typecast/ot/table/LangSysRecord.java b/src/net/java/dev/typecast/ot/table/LangSysRecord.java
index a69c12a..276ecd5 100644
--- a/src/net/java/dev/typecast/ot/table/LangSysRecord.java
+++ b/src/net/java/dev/typecast/ot/table/LangSysRecord.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: LangSysRecord.java,v 1.2 2007-01-24 09:47:48 davidsch Exp $
*/
public class LangSysRecord {
diff --git a/src/net/java/dev/typecast/ot/table/Ligature.java b/src/net/java/dev/typecast/ot/table/Ligature.java
index 36969ba..4cd5ec2 100644
--- a/src/net/java/dev/typecast/ot/table/Ligature.java
+++ b/src/net/java/dev/typecast/ot/table/Ligature.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Ligature.java,v 1.2 2007-01-24 09:47:48 davidsch Exp $
*/
public class Ligature {
diff --git a/src/net/java/dev/typecast/ot/table/LigatureSet.java b/src/net/java/dev/typecast/ot/table/LigatureSet.java
index fe6db04..914d99b 100644
--- a/src/net/java/dev/typecast/ot/table/LigatureSet.java
+++ b/src/net/java/dev/typecast/ot/table/LigatureSet.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: LigatureSet.java,v 1.2 2007-01-24 09:47:46 davidsch Exp $
*/
public class LigatureSet {
diff --git a/src/net/java/dev/typecast/ot/table/LigatureSubst.java b/src/net/java/dev/typecast/ot/table/LigatureSubst.java
index 73a8b9d..bd60c99 100644
--- a/src/net/java/dev/typecast/ot/table/LigatureSubst.java
+++ b/src/net/java/dev/typecast/ot/table/LigatureSubst.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: LigatureSubst.java,v 1.2 2007-01-24 09:47:48 davidsch Exp $
*/
public abstract class LigatureSubst extends LookupSubtable {
diff --git a/src/net/java/dev/typecast/ot/table/LigatureSubstFormat1.java b/src/net/java/dev/typecast/ot/table/LigatureSubstFormat1.java
index b19b071..df5aae2 100644
--- a/src/net/java/dev/typecast/ot/table/LigatureSubstFormat1.java
+++ b/src/net/java/dev/typecast/ot/table/LigatureSubstFormat1.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: LigatureSubstFormat1.java,v 1.2 2007-01-24 09:47:47 davidsch Exp $
*/
public class LigatureSubstFormat1 extends LigatureSubst {
diff --git a/src/net/java/dev/typecast/ot/table/LocaTable.java b/src/net/java/dev/typecast/ot/table/LocaTable.java
index 5f62940..922b276 100644
--- a/src/net/java/dev/typecast/ot/table/LocaTable.java
+++ b/src/net/java/dev/typecast/ot/table/LocaTable.java
@@ -13,7 +13,7 @@ import java.io.IOException;
/**
* @version $Id: LocaTable.java,v 1.4 2010-08-10 11:45:43 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class LocaTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/Lookup.java b/src/net/java/dev/typecast/ot/table/Lookup.java
index d6e46cd..c97864f 100644
--- a/src/net/java/dev/typecast/ot/table/Lookup.java
+++ b/src/net/java/dev/typecast/ot/table/Lookup.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Lookup.java,v 1.2 2007-01-24 09:47:47 davidsch Exp $
*/
public class Lookup {
diff --git a/src/net/java/dev/typecast/ot/table/LookupList.java b/src/net/java/dev/typecast/ot/table/LookupList.java
index 9ac76ab..5133493 100644
--- a/src/net/java/dev/typecast/ot/table/LookupList.java
+++ b/src/net/java/dev/typecast/ot/table/LookupList.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: LookupList.java,v 1.2 2007-01-24 09:47:47 davidsch Exp $
*/
public class LookupList {
diff --git a/src/net/java/dev/typecast/ot/table/LookupSubtable.java b/src/net/java/dev/typecast/ot/table/LookupSubtable.java
index 4d8dbb1..7e4fcf7 100644
--- a/src/net/java/dev/typecast/ot/table/LookupSubtable.java
+++ b/src/net/java/dev/typecast/ot/table/LookupSubtable.java
@@ -52,7 +52,7 @@ package net.java.dev.typecast.ot.table;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: LookupSubtable.java,v 1.2 2007-01-24 09:47:45 davidsch Exp $
*/
public abstract class LookupSubtable {
diff --git a/src/net/java/dev/typecast/ot/table/LookupSubtableFactory.java b/src/net/java/dev/typecast/ot/table/LookupSubtableFactory.java
index 2081e2e..1131b95 100644
--- a/src/net/java/dev/typecast/ot/table/LookupSubtableFactory.java
+++ b/src/net/java/dev/typecast/ot/table/LookupSubtableFactory.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: LookupSubtableFactory.java,v 1.2 2007-01-24 09:47:46 davidsch Exp $
*/
public interface LookupSubtableFactory {
diff --git a/src/net/java/dev/typecast/ot/table/LtshTable.java b/src/net/java/dev/typecast/ot/table/LtshTable.java
index 12dca01..da8bb32 100644
--- a/src/net/java/dev/typecast/ot/table/LtshTable.java
+++ b/src/net/java/dev/typecast/ot/table/LtshTable.java
@@ -14,7 +14,7 @@ import java.io.IOException;
/**
*
* @version $Id: LtshTable.java,v 1.1.1.1 2004-12-05 23:14:51 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class LtshTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/MaxpTable.java b/src/net/java/dev/typecast/ot/table/MaxpTable.java
index 571d3eb..8c08d23 100644
--- a/src/net/java/dev/typecast/ot/table/MaxpTable.java
+++ b/src/net/java/dev/typecast/ot/table/MaxpTable.java
@@ -14,7 +14,7 @@ import net.java.dev.typecast.ot.Fixed;
/**
* @version $Id: MaxpTable.java,v 1.1.1.1 2004-12-05 23:14:52 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class MaxpTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/NameRecord.java b/src/net/java/dev/typecast/ot/table/NameRecord.java
index cdba03e..a71307e 100644
--- a/src/net/java/dev/typecast/ot/table/NameRecord.java
+++ b/src/net/java/dev/typecast/ot/table/NameRecord.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
* @version $Id: NameRecord.java,v 1.2 2004-12-09 23:47:23 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class NameRecord {
diff --git a/src/net/java/dev/typecast/ot/table/NameTable.java b/src/net/java/dev/typecast/ot/table/NameTable.java
index 05f8234..d0dd879 100644
--- a/src/net/java/dev/typecast/ot/table/NameTable.java
+++ b/src/net/java/dev/typecast/ot/table/NameTable.java
@@ -60,7 +60,7 @@ import java.io.IOException;
* OpenType font file. These strings can represent copyright notices, font
* names, family names, style names, and so on.
* @version $Id: NameTable.java,v 1.2 2004-12-09 23:47:23 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class NameTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/Os2Table.java b/src/net/java/dev/typecast/ot/table/Os2Table.java
index bb3b601..424ec1f 100644
--- a/src/net/java/dev/typecast/ot/table/Os2Table.java
+++ b/src/net/java/dev/typecast/ot/table/Os2Table.java
@@ -56,7 +56,7 @@ import net.java.dev.typecast.ot.Fixed;
/**
* @version $Id: Os2Table.java,v 1.2 2004-12-09 23:46:21 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class Os2Table implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/Panose.java b/src/net/java/dev/typecast/ot/table/Panose.java
index fe0a357..46cbf22 100644
--- a/src/net/java/dev/typecast/ot/table/Panose.java
+++ b/src/net/java/dev/typecast/ot/table/Panose.java
@@ -10,7 +10,7 @@ package net.java.dev.typecast.ot.table;
/**
* @version $Id: Panose.java,v 1.1.1.1 2004-12-05 23:14:54 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class Panose {
diff --git a/src/net/java/dev/typecast/ot/table/PcltTable.java b/src/net/java/dev/typecast/ot/table/PcltTable.java
index 457aec2..4a9c94d 100644
--- a/src/net/java/dev/typecast/ot/table/PcltTable.java
+++ b/src/net/java/dev/typecast/ot/table/PcltTable.java
@@ -14,7 +14,7 @@ import java.io.IOException;
/**
*
* @version $Id: PcltTable.java,v 1.1.1.1 2004-12-05 23:14:54 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class PcltTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/PostTable.java b/src/net/java/dev/typecast/ot/table/PostTable.java
index 4a1b065..4e7563c 100644
--- a/src/net/java/dev/typecast/ot/table/PostTable.java
+++ b/src/net/java/dev/typecast/ot/table/PostTable.java
@@ -14,7 +14,7 @@ import net.java.dev.typecast.ot.Fixed;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: PostTable.java,v 1.1.1.1 2004-12-05 23:14:56 davidsch Exp $
*/
public class PostTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/PrepTable.java b/src/net/java/dev/typecast/ot/table/PrepTable.java
index 938b9b8..6d3b72f 100644
--- a/src/net/java/dev/typecast/ot/table/PrepTable.java
+++ b/src/net/java/dev/typecast/ot/table/PrepTable.java
@@ -14,7 +14,7 @@ import net.java.dev.typecast.ot.Disassembler;
/**
* @version $Id: PrepTable.java,v 1.1.1.1 2004-12-05 23:14:57 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class PrepTable extends Program implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/Program.java b/src/net/java/dev/typecast/ot/table/Program.java
index 6fd02a4..6490d0c 100644
--- a/src/net/java/dev/typecast/ot/table/Program.java
+++ b/src/net/java/dev/typecast/ot/table/Program.java
@@ -14,7 +14,7 @@ import java.io.ByteArrayInputStream;
/**
* @version $Id: Program.java,v 1.1.1.1 2004-12-05 23:14:57 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public abstract class Program {
diff --git a/src/net/java/dev/typecast/ot/table/RangeRecord.java b/src/net/java/dev/typecast/ot/table/RangeRecord.java
index 3bcb9cc..240fff7 100644
--- a/src/net/java/dev/typecast/ot/table/RangeRecord.java
+++ b/src/net/java/dev/typecast/ot/table/RangeRecord.java
@@ -56,7 +56,7 @@ import java.io.IOException;
/**
* Coverage Index (GlyphID) = StartCoverageIndex + GlyphID - Start GlyphID
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: RangeRecord.java,v 1.2 2007-01-24 09:47:47 davidsch Exp $
*/
public class RangeRecord {
diff --git a/src/net/java/dev/typecast/ot/table/Script.java b/src/net/java/dev/typecast/ot/table/Script.java
index e3022c1..be28097 100644
--- a/src/net/java/dev/typecast/ot/table/Script.java
+++ b/src/net/java/dev/typecast/ot/table/Script.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Script.java,v 1.2 2007-01-24 09:47:47 davidsch Exp $
*/
public class Script {
diff --git a/src/net/java/dev/typecast/ot/table/ScriptList.java b/src/net/java/dev/typecast/ot/table/ScriptList.java
index bd82a05..a83328e 100644
--- a/src/net/java/dev/typecast/ot/table/ScriptList.java
+++ b/src/net/java/dev/typecast/ot/table/ScriptList.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ScriptList.java,v 1.3 2007-01-24 09:54:44 davidsch Exp $
*/
public class ScriptList {
diff --git a/src/net/java/dev/typecast/ot/table/ScriptRecord.java b/src/net/java/dev/typecast/ot/table/ScriptRecord.java
index aea0bf0..e349adf 100644
--- a/src/net/java/dev/typecast/ot/table/ScriptRecord.java
+++ b/src/net/java/dev/typecast/ot/table/ScriptRecord.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: ScriptRecord.java,v 1.2 2007-01-24 09:47:46 davidsch Exp $
*/
public class ScriptRecord {
diff --git a/src/net/java/dev/typecast/ot/table/SignatureBlock.java b/src/net/java/dev/typecast/ot/table/SignatureBlock.java
index 2e4acf5..6b0b8c5 100644
--- a/src/net/java/dev/typecast/ot/table/SignatureBlock.java
+++ b/src/net/java/dev/typecast/ot/table/SignatureBlock.java
@@ -14,7 +14,7 @@ import java.io.DataInput;
/**
*
* @version $Id: SignatureBlock.java,v 1.1.1.1 2004-12-05 23:14:58 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class SignatureBlock {
diff --git a/src/net/java/dev/typecast/ot/table/SingleSubst.java b/src/net/java/dev/typecast/ot/table/SingleSubst.java
index 91c9858..26381a3 100644
--- a/src/net/java/dev/typecast/ot/table/SingleSubst.java
+++ b/src/net/java/dev/typecast/ot/table/SingleSubst.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: SingleSubst.java,v 1.2 2007-01-24 09:47:46 davidsch Exp $
*/
public abstract class SingleSubst extends LookupSubtable {
diff --git a/src/net/java/dev/typecast/ot/table/SingleSubstFormat1.java b/src/net/java/dev/typecast/ot/table/SingleSubstFormat1.java
index 538c57f..1db2a58 100644
--- a/src/net/java/dev/typecast/ot/table/SingleSubstFormat1.java
+++ b/src/net/java/dev/typecast/ot/table/SingleSubstFormat1.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: SingleSubstFormat1.java,v 1.2 2007-01-24 09:47:45 davidsch Exp $
*/
public class SingleSubstFormat1 extends SingleSubst {
diff --git a/src/net/java/dev/typecast/ot/table/SingleSubstFormat2.java b/src/net/java/dev/typecast/ot/table/SingleSubstFormat2.java
index 74c68f7..0e26664 100644
--- a/src/net/java/dev/typecast/ot/table/SingleSubstFormat2.java
+++ b/src/net/java/dev/typecast/ot/table/SingleSubstFormat2.java
@@ -55,7 +55,7 @@ import java.io.IOException;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: SingleSubstFormat2.java,v 1.2 2007-01-24 09:47:48 davidsch Exp $
*/
public class SingleSubstFormat2 extends SingleSubst {
diff --git a/src/net/java/dev/typecast/ot/table/TTCHeader.java b/src/net/java/dev/typecast/ot/table/TTCHeader.java
index 2f38d33..067622a 100644
--- a/src/net/java/dev/typecast/ot/table/TTCHeader.java
+++ b/src/net/java/dev/typecast/ot/table/TTCHeader.java
@@ -14,7 +14,7 @@ import java.io.IOException;
/**
*
* @version $Id: TTCHeader.java,v 1.1.1.1 2004-12-05 23:15:01 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class TTCHeader {
diff --git a/src/net/java/dev/typecast/ot/table/Table.java b/src/net/java/dev/typecast/ot/table/Table.java
index ddbdc49..97b60aa 100644
--- a/src/net/java/dev/typecast/ot/table/Table.java
+++ b/src/net/java/dev/typecast/ot/table/Table.java
@@ -10,7 +10,7 @@ package net.java.dev.typecast.ot.table;
/**
* @version $Id: Table.java,v 1.1.1.1 2004-12-05 23:14:59 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public interface Table {
diff --git a/src/net/java/dev/typecast/ot/table/TableDirectory.java b/src/net/java/dev/typecast/ot/table/TableDirectory.java
index 2eff53d..ed2cdb4 100644
--- a/src/net/java/dev/typecast/ot/table/TableDirectory.java
+++ b/src/net/java/dev/typecast/ot/table/TableDirectory.java
@@ -56,7 +56,7 @@ import net.java.dev.typecast.ot.Fixed;
/**
* @version $Id: TableDirectory.java,v 1.2 2004-12-09 23:46:21 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class TableDirectory {
diff --git a/src/net/java/dev/typecast/ot/table/TableException.java b/src/net/java/dev/typecast/ot/table/TableException.java
index 02bc49e..e38a263 100644
--- a/src/net/java/dev/typecast/ot/table/TableException.java
+++ b/src/net/java/dev/typecast/ot/table/TableException.java
@@ -22,7 +22,7 @@ package net.java.dev.typecast.ot.table;
/**
*
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: TableException.java,v 1.1.1.1 2004-12-05 23:15:00 davidsch Exp $
*/
public class TableException extends java.lang.Exception {
diff --git a/src/net/java/dev/typecast/ot/table/TableFactory.java b/src/net/java/dev/typecast/ot/table/TableFactory.java
index 632abcf..7dea497 100644
--- a/src/net/java/dev/typecast/ot/table/TableFactory.java
+++ b/src/net/java/dev/typecast/ot/table/TableFactory.java
@@ -59,7 +59,7 @@ import net.java.dev.typecast.ot.OTFontCollection;
/**
*
* @version $Id: TableFactory.java,v 1.7 2007-02-05 12:39:51 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class TableFactory {
diff --git a/src/net/java/dev/typecast/ot/table/VdmxTable.java b/src/net/java/dev/typecast/ot/table/VdmxTable.java
index 907133b..9b83c83 100644
--- a/src/net/java/dev/typecast/ot/table/VdmxTable.java
+++ b/src/net/java/dev/typecast/ot/table/VdmxTable.java
@@ -25,7 +25,7 @@ import java.io.IOException;
/**
* The Vertical Device Metrics table for TrueType outlines.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: VdmxTable.java,v 1.1 2007-01-30 05:25:35 davidsch Exp $
*/
public class VdmxTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/VheaTable.java b/src/net/java/dev/typecast/ot/table/VheaTable.java
index 3863080..41a9d88 100644
--- a/src/net/java/dev/typecast/ot/table/VheaTable.java
+++ b/src/net/java/dev/typecast/ot/table/VheaTable.java
@@ -27,7 +27,7 @@ import net.java.dev.typecast.ot.Fixed;
/**
* Vertical Header Table
* @version $Id: VheaTable.java,v 1.1 2007-01-31 01:17:40 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class VheaTable implements Table {
diff --git a/src/net/java/dev/typecast/ot/table/VmtxTable.java b/src/net/java/dev/typecast/ot/table/VmtxTable.java
index b2d9a3c..a7a3fd0 100644
--- a/src/net/java/dev/typecast/ot/table/VmtxTable.java
+++ b/src/net/java/dev/typecast/ot/table/VmtxTable.java
@@ -26,7 +26,7 @@ import java.io.IOException;
/**
* Vertical Metrics Table
* @version $Id: VmtxTable.java,v 1.1 2007-01-31 01:18:04 davidsch Exp $
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
*/
public class VmtxTable implements Table {
diff --git a/src/net/java/dev/typecast/render/GlyphImageFactory.java b/src/net/java/dev/typecast/render/GlyphImageFactory.java
index b966d89..432991b 100644
--- a/src/net/java/dev/typecast/render/GlyphImageFactory.java
+++ b/src/net/java/dev/typecast/render/GlyphImageFactory.java
@@ -33,7 +33,7 @@ import net.java.dev.typecast.ot.Glyph;
/**
* A factory for generating bitmaps from glyph outlines.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: GlyphImageFactory.java,v 1.1 2004-12-21 10:18:11 davidsch Exp $
*/
public class GlyphImageFactory {
diff --git a/src/net/java/dev/typecast/render/GlyphPathFactory.java b/src/net/java/dev/typecast/render/GlyphPathFactory.java
index a8259a2..b6b165e 100644
--- a/src/net/java/dev/typecast/render/GlyphPathFactory.java
+++ b/src/net/java/dev/typecast/render/GlyphPathFactory.java
@@ -31,7 +31,7 @@ import net.java.dev.typecast.ot.Point;
/**
* A factory for generating Graphics2D paths from glyph outlines.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: GlyphPathFactory.java,v 1.1 2004-12-21 10:18:11 davidsch Exp $
*/
public class GlyphPathFactory {
diff --git a/src/net/java/dev/typecast/t2/T2Interpreter.java b/src/net/java/dev/typecast/t2/T2Interpreter.java
index 6ae59cf..6e237fa 100644
--- a/src/net/java/dev/typecast/t2/T2Interpreter.java
+++ b/src/net/java/dev/typecast/t2/T2Interpreter.java
@@ -29,7 +29,7 @@ import net.java.dev.typecast.ot.table.CharstringType2;
/**
* Type 2 Charstring Interpreter. Operator descriptions are quoted from
* Adobe's Type 2 Charstring Format document -- 5117.Type2.pdf.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: T2Interpreter.java,v 1.2 2007-07-26 11:10:18 davidsch Exp $
*/
public class T2Interpreter {
@@ -477,7 +477,7 @@ public class T2Interpreter {
}
/**
- * Causes two B�zier curves, as described by the arguments (as
+ * Causes two Bézier curves, as described by the arguments (as
* shown in Figure 2 below), to be rendered as a straight line when
* the flex depth is less than fd /100 device pixels, and as curved lines
* when the flex depth is greater than or equal to fd/100 device
@@ -523,7 +523,7 @@ public class T2Interpreter {
/**
* Finishes a charstring outline definition, and must be the
- * last operator in a character�s outline.
+ * last operator in a character's outline.
*/
private void _endchar() {
endContour();
@@ -667,7 +667,7 @@ public class T2Interpreter {
}
/**
- * Performs a circular shift of the elements num(N�1) ... num0 on
+ * Performs a circular shift of the elements num(N-1) ... num0 on
* the argument stack by the amount J. Positive J indicates upward
* motion of the stack; negative J indicates downward motion.
* The value N must be a non-negative integer, otherwise the
diff --git a/src/net/java/dev/typecast/t2/T2Mnemonic.java b/src/net/java/dev/typecast/t2/T2Mnemonic.java
index 810aea1..0321915 100644
--- a/src/net/java/dev/typecast/t2/T2Mnemonic.java
+++ b/src/net/java/dev/typecast/t2/T2Mnemonic.java
@@ -22,7 +22,7 @@ package net.java.dev.typecast.t2;
/**
* The Mnemonic representations of the Type 2 charstring instruction set.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: T2Mnemonic.java,v 1.1 2007-02-21 12:30:48 davidsch Exp $
*/
public class T2Mnemonic {
diff --git a/src/net/java/dev/typecast/tt/engine/GraphicsState.java b/src/net/java/dev/typecast/tt/engine/GraphicsState.java
index 1c36bd3..94ec2f0 100644
--- a/src/net/java/dev/typecast/tt/engine/GraphicsState.java
+++ b/src/net/java/dev/typecast/tt/engine/GraphicsState.java
@@ -22,7 +22,7 @@ package net.java.dev.typecast.tt.engine;
/**
* Maintains the graphics state whilst interpreting hinting instructions.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: GraphicsState.java,v 1.1.1.1 2004-12-05 23:15:01 davidsch Exp $
*/
class GraphicsState {
diff --git a/src/net/java/dev/typecast/tt/engine/Interpreter.java b/src/net/java/dev/typecast/tt/engine/Interpreter.java
index 6f436d7..495773c 100644
--- a/src/net/java/dev/typecast/tt/engine/Interpreter.java
+++ b/src/net/java/dev/typecast/tt/engine/Interpreter.java
@@ -27,7 +27,7 @@ import net.java.dev.typecast.ot.Point;
* The interpreter shall remain ignorant of the table structure - the table
* data will be extracted by supporting classes, whether it be the Parser
* or some other.
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Interpreter.java,v 1.1.1.1 2004-12-05 23:15:05 davidsch Exp $
*/
public class Interpreter {
diff --git a/src/net/java/dev/typecast/tt/engine/Parser.java b/src/net/java/dev/typecast/tt/engine/Parser.java
index bfae531..571612e 100644
--- a/src/net/java/dev/typecast/tt/engine/Parser.java
+++ b/src/net/java/dev/typecast/tt/engine/Parser.java
@@ -23,7 +23,7 @@ package net.java.dev.typecast.tt.engine;
import net.java.dev.typecast.ot.Mnemonic;
/**
- * @author <a href="mailto:[email protected]">David Schweinsberg</a>
+ * @author <a href="mailto:[email protected]">David Schweinsberg</a>
* @version $Id: Parser.java,v 1.1.1.1 2004-12-05 23:15:06 davidsch Exp $
*/
public class Parser {