Code

New CanvasText item; TODO: works quite well but updating may be incorrect since updat...
authorcilix42 <cilix42@users.sourceforge.net>
Tue, 22 Jul 2008 13:09:59 +0000 (13:09 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Tue, 22 Jul 2008 13:09:59 +0000 (13:09 +0000)
commit045dbd46344e3ca3c53f678c2d3b4087fbbcacb7
treefb8a7e8a0bafa23760d66b0fb028f56f6bf8b2b2
parent6f613e3526aa41f97c89c5c78f5520f4c060e391
New CanvasText item; TODO: works quite well but updating may be incorrect since update() is called before render() but only the latter gets passed the cairo context from which we can compute the text extents (we use a slightly kludgy workaround now)
src/display/Makefile_insert
src/display/canvas-text.cpp [new file with mode: 0644]
src/display/canvas-text.h [new file with mode: 0644]