diff options
Diffstat (limited to '')
| -rw-r--r-- | libcharconv.h | 15 |
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 |
