One line fix from upstream, what's the likelihood of backporting? ==== //depot/povray/smp/source/backend/shape/truetype.cpp#34 (ktext) ====
27,29c27,29 < * $Revision: #33 $ < * $Change: 5091 $ < * $DateTime: 2010/08/06 11:17:18 $ --- > * $Revision: #34 $ > * $Change: 5097 $ > * $DateTime: 2010/08/08 16:31:04 $ 1828c1828 < ffile->fp->seekg ((int)(search_char - firstCode), POV_SEEK_CUR) ; --- > ffile->fp->seekg (((int)(search_char - firstCode))*2, > POV_SEEK_CUR) ; -- Character 101 (0x65) not found in /usr/share/fonts/truetype/freefont/FreeSans.ttf https://bugs.launchpad.net/bugs/615078 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
