bndLabelWidth

///////////////////////////////////////////////////////////////////////////// Estimator Functions Use these functions to estimate sizes for widgets with your NVGcontext. returns the ideal width for a label with given icon and text

nothrow @trusted @nogc
float
bndLabelWidth
(
T = char
)
(,
int iconid
,
const(T)[] label
)
if (
isAnyCharType!T
)

Meta