Re: Encapsulate data access

2003-12-09 Thread Alexander R. Pruss
Mike, I have also found (and fixed) a couple of bugs in the bookmark handling and the new italic font support. The bug in the italic font support was that the pointer was used before the check to see if it was NULL Is that in grayfont.c or in font.c? Alex

Encapsulate data access

2003-12-07 Thread Michael Nordstrom
With the current code we are circulating pointers to the Plucker data and access it directly using those pointers. This has both pros and cons, but since I would like to get better control of the data access I've started to encapsulate the data interface, so that access to the Plucker data (record

Re: Encapsulate data access

2003-12-07 Thread Alexander R. Pruss
From: Michael Nordstrom [EMAIL PROTECTED] With the current code we are circulating pointers to the Plucker data and access it directly using those pointers. This has both pros and cons, but since I would like to get better control of the data access I've started to encapsulate the data

Re: Encapsulate data access

2003-12-07 Thread Michael Nordstrom
On Sun, Dec 07, 2003, Alexander R. Pruss wrote: How is rendering performance? I haven't noticed any difference and neither did I expect any at the moment; I haven't made a final split in paragraph.c, yet, and that's where the rendering takes place. Still, *reading* the the data is not the major