[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Aug 9 06:29:38 PDT 2013
TODO | 2 --
src/hb-ot-shape.cc | 9 ---------
2 files changed, 11 deletions(-)
New commits:
commit d71c0df2d17f4590d5611239577a6cb532c26528
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Aug 9 09:28:32 2013 -0400
Remove vrt2, vkrn, vpal, and valt from default vertical features
See thread by John Dagget on the list.
diff --git a/TODO b/TODO
index 19c3f62..ef009e1 100644
--- a/TODO
+++ b/TODO
@@ -5,8 +5,6 @@ General fixes:
- Return "safe-to-break" bit from shaping.
-- Disable 'vert' if 'vrt2' is available (eg. Motoya fonts with arrow chars).
-
- Implement 'rand' feature.
- mask propagation? (when ligation, "or" the masks).
diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc
index 6a0c786..c23240c 100644
--- a/src/hb-ot-shape.cc
+++ b/src/hb-ot-shape.cc
@@ -58,17 +58,8 @@ static hb_tag_t horizontal_features[] = {
HB_TAG('r','c','l','t'),
};
-/* Note:
- * Technically speaking, vrt2 and vert are mutually exclusive.
- * According to the spec, valt and vpal are also mutually exclusive.
- * But we apply them all for now.
- */
static hb_tag_t vertical_features[] = {
- HB_TAG('v','a','l','t'),
HB_TAG('v','e','r','t'),
- HB_TAG('v','k','r','n'),
- HB_TAG('v','p','a','l'),
- HB_TAG('v','r','t','2'),
};
More information about the HarfBuzz
mailing list