summaryrefslogtreecommitdiff
path: root/src/autofit/afstyles.h
diff options
context:
space:
mode:
authorSascha Brawer <sascha@google.com>2017-05-03 23:21:13 +0200
committerWerner Lemberg <wl@gnu.org>2017-05-03 23:21:13 +0200
commitc9e7063a01002fbfa2b19522c3d3e554378f7690 (patch)
tree49e63b1442d99ed02d6d5c5dddded4dd6f712d34 /src/autofit/afstyles.h
parent0483fb386180b7108dd6c0e61e2c0560bce4d592 (diff)
downloadfreetype2-c9e7063a01002fbfa2b19522c3d3e554378f7690.tar.gz
[autofit] Add support for Unified Canadian Syllabics script.
* src/autofit/afblue.dat: Add blue zone data for Unified Canadian Syllabics. * src/autofit/afblue.c, src/autofit/afblue.h: Regenerated. * src/autofit/afscript.h: Add Unified Canadian Syllabics standard character. * src/autofit/afranges.c, src/autofit/afstyles.h: Add Unified Canadian Syllabics data.
Diffstat (limited to 'src/autofit/afstyles.h')
-rw-r--r--src/autofit/afstyles.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/autofit/afstyles.h b/src/autofit/afstyles.h
index 257f46779..8c81db5de 100644
--- a/src/autofit/afstyles.h
+++ b/src/autofit/afstyles.h
@@ -118,6 +118,13 @@
AF_BLUE_STRINGSET_BENG,
AF_COVERAGE_DEFAULT )
+ STYLE( cans_dflt, CANS_DFLT,
+ "Canadian Syllabics default style",
+ AF_WRITING_SYSTEM_LATIN,
+ AF_SCRIPT_CANS,
+ AF_BLUE_STRINGSET_CANADIAN_SYLLABICS,
+ AF_COVERAGE_DEFAULT )
+
STYLE( cher_dflt, CHER_DFLT,
"Cherokee default style",
AF_WRITING_SYSTEM_LATIN,