summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--week3.pngbin0 -> 101246 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1f7406c..1d854af 100644
--- a/README.md
+++ b/README.md
@@ -144,5 +144,9 @@ of that is font data. I'll provide a zip file with a subset of these
families included. To get the whole thing, clone from github.
![week2](week2.png)
-## Week 3
+## Week 3: Updates
Repository re-organized. Font family metadata saved, all outline font files removed.
+CSV parsing added. Not quite the original design, makes more sense. Array of hash maps.
+JSON parsing not yet implemented. The places where it will be needed have been outlined.
+Javadoc comments added for existing methods.
+![week3](week3.png)
diff --git a/week3.png b/week3.png
new file mode 100644
index 0000000..d28f5fc
--- /dev/null
+++ b/week3.png
Binary files differ