Return list of single character lengths for a string.
(x)
| 4336 | ) # abbreviation |
| 4337 | |
| 4338 | def char_lengths(x): |
| 4339 | """Return list of single character lengths for a string.""" |
| 4340 | return font.char_lengths(x, fontsize=fontsize, small_caps=small_caps) |
| 4341 | |
| 4342 | def append_this(pos, text): |
| 4343 | return writer.append( |
no test coverage detected
searching dependent graphs…