drawSymbol

fnbool drawSymbol(string label, int x, int y, int w, int h, uint c)

Draws a named FLTK symbol.

Symbols are small drawings like arrows, circles, etc. that can be embedded in labels using the "@" prefix.

Parameters

labelSymbol name (e.g., "@->", "@circle")
xX coordinate
yY coordinate
wWidth
hHeight
cColor to draw the symbol

Returns

true if the symbol was recognized and drawn