From b35a0f272899c8500e40139b77688da0f347e70f Mon Sep 17 00:00:00 2001
From: Willem <willemtsade.git.5785@distributedrebirth.love>
Date: Sun, 29 Dec 2024 12:00:31 +0100
Subject: [PATCH] Added doc/todo for unicode4 filled stroke drawing schema

---
 .../love/distributedrebirth/unicode4d/CodePointCommandᶻᴰ.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gdxapp4d-lib-unicodezd/src/main/java/love/distributedrebirth/unicode4d/CodePointCommandᶻᴰ.java b/gdxapp4d-lib-unicodezd/src/main/java/love/distributedrebirth/unicode4d/CodePointCommandᶻᴰ.java
index a82c34ca..b7c8e8e4 100644
--- a/gdxapp4d-lib-unicodezd/src/main/java/love/distributedrebirth/unicode4d/CodePointCommandᶻᴰ.java
+++ b/gdxapp4d-lib-unicodezd/src/main/java/love/distributedrebirth/unicode4d/CodePointCommandᶻᴰ.java
@@ -31,12 +31,14 @@ import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAu
 
 @DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
 public enum CodePointCommandᶻᴰ {
+	/// TODO: This is TTF outline drawing, replace with filled stroke drawing schema.
 	NOP,
 	START_LR, // PART_1 = modifier
 	START_RL,
 	START_TB,
 	START_BT,
-	UNICODE,
+	/// TODO: One unicode1 single glyph can be sequence of code points.
+	UNICODE, 
 	NUMBER,
 	ADVANCE,
 	XY_MIN,