1 ! Copyright (C) 2008 Matthew Willis.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: opengl.gadgets kernel
9 TUPLE: pango-gadget < texture-gadget text font ;
11 M: pango-gadget cache-key* [ font>> ] [ text>> ] bi 2array ;
14 HOOK: construct-pango pango-backend ( -- gadget )
16 : <pango> ( font text -- gadget )