Re: [Iup-users] IupDrawGetTextSize() docs missing len

2020-08-17 Thread Antonio Scuri
Fixed and committed to the SVN. Thanks for reporting. Best, Suri Em dom., 16 de ago. de 2020 às 14:22, Pete Lomax via Iup-users < iup-users@lists.sourceforge.net> escreveu: > On http://webserver2.tecgraf.puc-rio.br/iup/en/func/iupdraw.html > > void IupDrawGetTextSize(Ihandle* ih, const char*

[Iup-users] IupDrawGetTextSize() docs missing len

2020-08-16 Thread Pete Lomax via Iup-users
On http://webserver2.tecgraf.puc-rio.br/iup/en/func/iupdraw.html void IupDrawGetTextSize(Ihandle* ih, const char* str, int *w, int *h); [in C] should be (I think) void IupDrawGetTextSize(Ihandle* ih, const char* str, int len, int *w, int *h); [in C] Pete