Chromatic <[EMAIL PROTECTED]> wrote:
> int SDLCALL TTF_SizeText(TTF_Font *font, const char *text, int *w, int
> *h);

> *w and *h are out parameters.

> Per my reading of the NCI PDD and the code, this isn't yet supported.

Then the POD is missing some items:

,--[ src/call_list.txt ]
| # 2 - pointer to short
| # 3 - pointer to int
| # 4 - pointer to long
`-----------------------

>       (width, height) = SizeText(font, text);

This signature doesn't match the call's signature. Shuffling return
values around like that isn't really pleasant and you don't get it that
way from C.

> It does mean revamping PDD16 a bit though.  Dan?

leo

Reply via email to