From f052345241f9b9ab90fafb0e7186d14cf1522107 Mon Sep 17 00:00:00 2001 From: Liang Hai Date: Fri, 4 Dec 2020 03:12:55 +0800 Subject: [PATCH] Archive sketches from last Khmer meeting https://github.com/w3c/font-text-cg/issues/27#issuecomment-730852536 --- .gitignore | 1 + khmer/characters.yaml | 27 +++++++++++++++++++++++++++ khmer/graphical-units.yaml | 23 +++++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 .gitignore create mode 100644 khmer/characters.yaml create mode 100644 khmer/graphical-units.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/khmer/characters.yaml b/khmer/characters.yaml new file mode 100644 index 0000000..eac23a4 --- /dev/null +++ b/khmer/characters.yaml @@ -0,0 +1,27 @@ +--- + +- cp: 0x178A + id: "DA" + variant_by_type: + base: + written_units: [.da] + coeng: + written_units: [.coeng-da] + +- cp: 0x178F + id: "TA" + variant_by_type: + base: + written_units: [.ta] + coeng: + written_units: [.coeng-da] + +- cp: 0x17C4 + id: "SIGN-OO" + variant_by_type: + cmap: + written_units: [.sign-e, .placeholder-base, .sign-aa] + decomposition: + written_units: [.sign-e, .sign-aa] + +... diff --git a/khmer/graphical-units.yaml b/khmer/graphical-units.yaml new file mode 100644 index 0000000..a3f5195 --- /dev/null +++ b/khmer/graphical-units.yaml @@ -0,0 +1,23 @@ +--- + +- id: "da" + represented_phonetic_segments: [.DA] + +- id: "ta" + represented_phonetic_segments: [.TA] + +- id: "coeng-da" + represented_phonetic_segments: [.DA, .TA] + +{ + graphic: .coeng-da, + phonetic: .ta, + context: …, +} + +{ + graphic: .coeng-da + phonetic: .da +} + +...