This website requires JavaScript.
Explore
Help
Sign In
zcy
/
solvespace
Watch
1
Star
0
Fork
You've already forked solvespace
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f2cbdd36a9
solvespace
/
tools
/
Makefile
5 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial work to move text window guts into platform-independent code. This is now drawn using gl, and the bitmap font (both there and in the graphics window) is drawn from a texture from a static table, not from the Win32 functions, since that's ~1000x faster. So this adds a tool to generate that table. With luck that will also fix my font issues under WINE, which won't have to render the TTF itself. Still needs some cleanup, and to make all the cosmetic improvements that I want. [git-p4: depot-paths = "//depot/solvespace/": change = 2130]
2010-04-26 07:52:49 +00:00
all
:
cl ttf2c.cpp user32.lib gdi32.lib comctl32.lib
Renamed *.table files to *.table.h The *.table files are in fact C header files, and with an *.h extension, tools will be able to recognize them as such
2013-09-16 21:14:53 +00:00
ttf2c.exe > ..
\b
itmapfont.table.h
Initial work to move text window guts into platform-independent code. This is now drawn using gl, and the bitmap font (both there and in the graphics window) is drawn from a texture from a static table, not from the Win32 functions, since that's ~1000x faster. So this adds a tool to generate that table. With luck that will also fix my font issues under WINE, which won't have to render the TTF itself. Still needs some cleanup, and to make all the cosmetic improvements that I want. [git-p4: depot-paths = "//depot/solvespace/": change = 2130]
2010-04-26 07:52:49 +00:00