diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-22 18:00:25 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-22 18:00:25 +0100 |
commit | 0737819efdd0bae112d16d874cac7e747e43cd08 (patch) | |
tree | 98a9ac84f7f347ae530c14852c68870682f3d04c /doc/unictype.texi | |
parent | 163a663518f33bab48b28431972e580b366b4d49 (diff) | |
parent | e670957a8693f860cf7d77fed4ce6b4b056a8083 (diff) |
Merge branch 'release/debian/1.3-1'debian/1.3-1
Diffstat (limited to 'doc/unictype.texi')
-rw-r--r-- | doc/unictype.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/unictype.texi b/doc/unictype.texi index e24cba9d..76f4f20c 100644 --- a/doc/unictype.texi +++ b/doc/unictype.texi @@ -920,6 +920,7 @@ The joining group has the following possible values: @deftypevrx Constant int UC_JOINING_GROUP_HANIFI_ROHINGYA_KINNA_YA @deftypevrx Constant int UC_JOINING_GROUP_THIN_YEH @deftypevrx Constant int UC_JOINING_GROUP_VERTICAL_TAIL +@deftypevrx Constant int UC_JOINING_GROUP_KASHMIRI_YEH @end deftypevr The following functions implement the association between a joining group @@ -1027,6 +1028,7 @@ The following properties have an influence on shaping and rendering. @deftypevrx Constant uc_property_t UC_PROPERTY_GRAPHEME_EXTEND @deftypevrx Constant uc_property_t UC_PROPERTY_OTHER_GRAPHEME_EXTEND @deftypevrx Constant uc_property_t UC_PROPERTY_GRAPHEME_LINK +@deftypevrx Constant uc_property_t UC_PROPERTY_MODIFIER_COMBINING_MARK @end deftypevr The following properties relate to bidirectional reordering. @@ -1191,6 +1193,7 @@ The following properties have an influence on shaping and rendering. @deftypefunx bool uc_is_property_grapheme_extend (ucs4_t@tie{}@var{uc}) @deftypefunx bool uc_is_property_other_grapheme_extend (ucs4_t@tie{}@var{uc}) @deftypefunx bool uc_is_property_grapheme_link (ucs4_t@tie{}@var{uc}) +@deftypefunx bool uc_is_property_modifier_combining_mark (ucs4_t@tie{}@var{uc}) @end deftypefun The following properties relate to bidirectional reordering. |