On Sun, Apr 28, 2002 at 08:28:59PM -0600, Jamis Buck wrote: > Okay -- I've attached the single function I modified (GetLineMetrics, > in paragraph.c). I have commented the portions I modified. Please let > me know if it does cause any problems -- I would really like to see this > added. The only potential problem I can see is if the hyphen character > is the first character in a word (ie, a unary negative). I haven't > completely thought through how the code will behave in that case.
I can try running it. In the future though, it would be better to make a diff rather than send the whole function. It's easier for ppl who are re-creating the environment to inject diffs into the original to try it out. > On another note -- I've noticed that ALIGNMENT_JUSTIFY does not work in > every case; i.e., in some instances, a line will not be justified, but > the preceding and following lines will be. Is this a known bug, or > should I investigate it further? (I've noticed it in the CVS snapshot I > downloaded today.) I believe for ALIGNMENT_JUSTIFY to work, it must be specified in the pdb by the parser. However, a whole paragraph should maintain the same type of justification. If one line isn't, then it may be a bug. By all means, invesitage further :) -- Adam McDaniel Array Networks Calgary, AB, Canada
