]> git.mxchange.org Git - flightgear.git/commit
Add a subclass of fntTexFont that defers font loading
authortimoore <timoore>
Tue, 6 May 2008 21:31:01 +0000 (21:31 +0000)
committertimoore <timoore>
Tue, 6 May 2008 21:31:01 +0000 (21:31 +0000)
commit6cd9794b0cc9a5fd8310cfff31f7c36351936000
treef3e632b381dac0e646d67a085aab95c32e9ab862
parent43a882b2ec1a910412d5606b96bc91a7cb93a2eb
Add a subclass of fntTexFont that defers font loading

Loading is deferred until the first render so that it has a chance of
happening in the proper graphics context.
projects/VC7.1/FlightGear.vcproj
src/GUI/Makefile.am
src/GUI/SafeTexFont.cxx [new file with mode: 0644]
src/GUI/SafeTexFont.hxx [new file with mode: 0644]
src/GUI/new_gui.cxx