Added doc/todo for unicode4 filled stroke drawing schema

This commit is contained in:
Willem Cazander 2024-12-29 12:00:31 +01:00
parent 274d4b8eb7
commit b35a0f2728

View file

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