summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArghKevin <kagheli@student.sdccd.edu>2024-05-16 03:21:16 -0700
committerArghKevin <kagheli@student.sdccd.edu>2024-05-16 03:21:16 -0700
commitae99f9afc615bfd6f4dd0b6d6f7847928956a318 (patch)
tree129e4600c8ab916b6f974705ea50d0fa8af43297 /README.md
parent8c7631f8c21472ea0699a3def7682583efc119a9 (diff)
Week 4 progress.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b3a020..0087f37 100644
--- a/README.md
+++ b/README.md
@@ -151,3 +151,14 @@ CSV parsing added. Not quite the original design, but one that's more practical.
JSON parsing not yet implemented, though the places where it will be needed have been outlined.
Javadoc comments added for existing methods.
![week3](week3.png)
+
+## Week 4: Updates
+JSON parsing works well enough for most FontFamily metadata to be composed.
+The only parsing which still needs implementation is tables of values.
+That'll be worked on tomorrow, when the trend calculation methods are begun.
+When originally writing the plans for this week, the repository still contained
+all of the outline fonts. That proved impractical. However, the metadata contains
+sets of data describing the Unicode subsets implemented by a font. Along with JSONReader.getAll(),
+this fulfulls most of the same purpose. No disk space calculation, unfortunately.
+There are 9 days left.
+![week4](week4.png)