From ae99f9afc615bfd6f4dd0b6d6f7847928956a318 Mon Sep 17 00:00:00 2001 From: ArghKevin Date: Thu, 16 May 2024 03:21:16 -0700 Subject: Week 4 progress. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') 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) -- cgit v1.2.3