mirror of
https://github.com/goose121/clx-truetype.git
synced 2026-09-10 07:16:25 -04:00
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
@findex text-line-width
|
|
@anchor{Function text-line-width}
|
|
@deffn {Function} {text-line-width} drawable font string @&key start end
|
|
Returns width of text line bounding box. @var{drawable} must be window, pixmap or screen. It is sum of advance widths minus sum of kernings.
|
|
@end deffn
|