kc3-lang/ftgl/demo/FTGLMFontDemo.cpp

Branch :


Log

Author Commit Date CI Message
dde5c75a 2015-02-18 15:28:10 windows: use the proper preprocessor define
fccd27b4 2008-08-05 15:21:25 add the same check to avoid negative font size as is used in FTGLDemo.
6c2a187c 2008-06-08 15:56:35 * Revert the FTFont::Advance() and FTGlyph::Advance() improvements. After discussion, I was convinced they were not worth the backwards compatibility breakage. They now return float again, instead of FTPoint.
150528ab 2008-05-12 14:11:45 * The examples now use FONT_FILE if it was found by the configure step.
20ac99b1 2008-05-11 11:28:08 * FTFont::Advance(), FTFont::Render() and FTFont::BBox() are now far more powerful, allowing for substring display and extra spacing between characters.
4f44ec81 2008-05-07 15:01:47 * Make all BBox functions return an FTBBox object instead of doing countless conversions to floats or arrays of floats.
ab4586ca 2008-05-01 09:45:14 * Update demos and unit tests so that they use the newly named types.
2aa2aeb5 2008-04-30 16:27:34 * Move include/* to src/FTGL/* so the files in there can directly be referred to as "FTGL/*.h". This is convenient because they will be installed in a similar location. * Put a warning in each legacy public header to advise users to only include the generic <FTGL/ftgl.h> header instead.
1f4a94f8 2008-04-29 14:39:28 * Since the MIT license is LGPL-compatible, there is no real point in shipping FTGL under a dual license. Consequently removing LGPL references from the code, in agreement with Sean.
c96146ed 2008-04-29 06:44:51 * Moved header files that are not required by library clients into src/ so that they do not get installed. * Created an ftgl.h header that allows clients to #include <FTGL/ftgl.h> and be done with it.
75c73099 2008-04-23 21:23:59 * Fix most compilation warnings. Most frequent causes: shadow declarations and const qualifier disappearances.
26da265c 2008-04-23 09:51:14 * Check for <GL/glut.h> and <GLUT/glut.h> during the configure step instead of guessing their location at build time.
9ae936f3 2008-04-22 23:47:24 * C bindings for the FTLayout interface. Code by Eric Beets.
952ab5dc 2008-04-14 14:22:18 * Made the FTGLDemo and FTGLMFontDemo coding style consistent with the rest of the code.
87609beb 2008-04-13 22:13:44 * Added copyright and license information to recently merged files.
2d7750d7 2008-04-13 21:39:26 * Merged trunk commits [678] and [711], by henry: + Created a demo that can handle multiple fonts and command line options. + Updated for new compiler.
f8be5414 2003-04-10 02:27:45 - Created a demo that can handle multiple fonts and command line options.