bndLabelHeight

returns the height for a label with given icon, text and width; this function is primarily useful in conjunction with multiline labels and textboxes

nothrow @trusted @nogc
float
bndLabelHeight
(
T = char
)
(,
int iconid
,
const(T)[] label
,
float width
)
if (
isAnyCharType!T
)
Suggestion Box / Bug Report