Displaying 1 result from an estimated 1 matches for "strwidthutf8".
2008 Jan 28
0
Notes for writers of graphics devices
...he device can produce
high-quality rotated text in the standard fonts, which will then be used
in preference to Hershey fonts for labelling contour lines. This the new
default for postscript() and pdf() but not X11().
2) 'hasTextUTF8' If set, you need to supply functions textUTF8 and
strWidthUTF8 which are just like text and strWidth but will be passed text
in UTF-8. Note that these are alternatives: the graphics engine will only
use the UTF-8 versions when this avoids re-encoding.
Another thing I see is with metricInfo: in a multibyte locale this is
passed the Unicode point, and it se...