[Plib-users] plib fnt bug
Brought to you by:
sjbaker
From: Paul W. <pa...@bo...> - 2008-04-15 05:19:09
|
Hi all, I'm porting Chromium BSU from Mark J. Kilgard's non-free[1] TexFont code to plib's fnt library. The first issue I came across was that the plib fnt code does not store and use the max descent value for the font and it stores the max ascent value in a field called max_height. In TexFont, max_ascent - max_descent is returned by the txfStringHeight function. I've filed a bug about this at [2]. I'm wondering if the tracker is the right place to file bugs? I'm wondering if there is a guide to porting TexFont code to plib? The rest of the TexFont functions used by Chromium BSU are txfStringLength, txfRenderString and txfBindFontTexture. 1. http://bugs.debian.org/467123 2. http://sf.net/support/tracker.php?aid=1942632 -- bye, pabs http://pabs.zip.to |