summaryrefslogtreecommitdiff
path: root/beos/font.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clean out useless outdated #if 0 blocks they serve no purpose and keep ↵Vincent Sanders2013-02-181-4/+0
| | | | causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
* Update for new nsfont_split expectations. Untested, but code similar to ↵Michael Drake2013-02-101-11/+18
| | | | framebuffer. Looks /really/ slow. It only needs to measure the text when it finds a space, not for every character.
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+376
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554