Thursday, June 24, 2010

An hour or so...

I took an hour or so yesterday to work, and now I have a little more done. Nothing spectacular, but have added pango line data to each 'paragraph'. Currently, I use a list of lists with the following format:

(char-count pixel-width pixel-height the-string number-of-lines (line-width line-height))

I have a method which loops through the list, and if any of the first three items are nil, calculates them.

Last night I added the last two items. Next is a scroll value on my buffer, and then a function for finding the offset of each line. Nothing really new to show yet, unless you like raw data.

No comments:

Post a Comment