aboutsummaryrefslogtreecommitdiffstats
path: root/libcharconv.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-01-26 17:57:59 +0100
committerMattias Andrée <m@maandree.se>2026-01-26 17:57:59 +0100
commitb48e74772cc4e6879a6d37a5c00ad6df2db1edc3 (patch)
tree4d1497bc28ff8ef8f2c4102195326dfe76b2622d /libcharconv.h
parentAdd flipping and turning for yijing n-grams, and add invisible (diff)
downloadcharconv-b48e74772cc4e6879a6d37a5c00ad6df2db1edc3.tar.gz
charconv-b48e74772cc4e6879a6d37a5c00ad6df2db1edc3.tar.bz2
charconv-b48e74772cc4e6879a6d37a5c00ad6df2db1edc3.tar.xz
Add enclosed
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcharconv.h')
-rw-r--r--libcharconv.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/libcharconv.h b/libcharconv.h
index 00aa7a9..1c8c4b9 100644
--- a/libcharconv.h
+++ b/libcharconv.h
@@ -145,7 +145,8 @@ LIBCHARCONV_FUNC_(libcharconv_monospace);
LIBCHARCONV_FUNC_(libcharconv_segmented);
/**
- * Convert from Latin to MATHEMATICAL SANS-SERIF
+ * Convert from Latin and enclosed numbers to
+ * MATHEMATICAL SANS-SERIF
*/
LIBCHARCONV_FUNC_(libcharconv_sans_serif);
@@ -459,6 +460,18 @@ LIBCHARCONV_FUNC_(libcharconv_rotated_90deg_ccw);
*/
LIBCHARCONV_FUNC_(libcharconv_invisible);
+/**
+ * Convert alphanumerics, including regular and
+ * MATHEMATICAL SANS-SERIF, to outlined enclosed form
+ */
+LIBCHARCONV_FUNC_(libcharconv_enclosed_positive);
+
+/**
+ * Convert alphanumerics, including regular and
+ * MATHEMATICAL SANS-SERIF, to filled enclosed form
+ */
+LIBCHARCONV_FUNC_(libcharconv_enclosed_negative);
+
#undef LIBCHARCONV_FUNC_
#endif