celestia/src/tools/qttxf
Andrew Tribick 7cf1aac419 [qt] Experimental Qt6 support
- Switch from legacy QGLWidget to QOpenGLWidget

- [win32] Use a frameless window 1 pixel larger than the monitor instead of a
  fullscreen window, in order to avoid issues showing context menus

- Fix a settings bug where window state on the fullscreen transition was not
  saved in the MainWindow group.
2022-01-15 18:13:28 +01:00
..
CMakeLists.txt [qt] Experimental Qt6 support 2022-01-15 18:13:28 +01:00
README Added qttxf, a GUI based tool for creating txf font files. 2009-08-27 01:11:22 +00:00
main.cpp Added qttxf, a GUI based tool for creating txf font files. 2009-08-27 01:11:22 +00:00
mainwindow.cpp [qt] Don't use deprecated Qt features 2020-03-29 17:58:49 +03:00
mainwindow.h Fixes for qttxf texture font file creation tool: 2011-09-07 14:25:13 +00:00
qttxf.pro Port qttxf tool to Qt5 2019-04-08 12:07:43 +03:00

README

qttxf is a simple GUI tool for creating bitmap font files for use with
Celestia and other applications. The font files are saved in the TXF format
introduced by Mark Kilgard in his GLUT toolkit.

qttxf is Copyright (C) 2009 by Chris Laurel, and is distributed under the
terms of the GNU General Public License version 2. Please forward comments
and patches to claurel@gmail.com.