conv2sc {praatpicture} | R Documentation |
Convert capital letters to Unicode small caps
Description
Helper function to convert capital letters into Unicode small caps. May not work for all font families. Note that there's no Unicode small cap 'X', so 'X' will just be converted to 'x'.
Usage
conv2sc(x)
Arguments
x |
A string where all capital letters should be converted to small caps. |
Value
A string where all capital letters have been converted to small caps.
Examples
my_string <- 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
conv2sc(my_string)
[Package praatpicture version 1.2.0 Index]