| example2.cpp | example2.cpp | |||
|---|---|---|---|---|
| // example2.cpp | // example2.cpp | |||
| // This file demonstrates how to render a coloured glyph with a differently | // This file demonstrates how to render a coloured glyph with a differently | |||
| // coloured outline. | // coloured outline. | |||
| // | // | |||
| // Written Feb. 2009 by Erik M | // Written Feb. 2009 by Erik Möller, | |||
| // with slight modifications by Werner Lemberg | // with slight modifications by Werner Lemberg | |||
| // | // | |||
| // Public domain. | // Public domain. | |||
| // | // | |||
| // Eric uses similar code in real applications; see | // Eric uses similar code in real applications; see | |||
| // | // | |||
| // http://www.timetrap.se | // http://www.timetrap.se | |||
| // http://www.emberwind.se | // http://www.emberwind.se | |||
| // | // | |||
| // for more. | // for more. | |||
| skipping to change at line 387 | skipping to change at line 387 | |||
| // Now that we are done it is safe to delete the memory. | // Now that we are done it is safe to delete the memory. | |||
| delete [] fontBuffer; | delete [] fontBuffer; | |||
| } | } | |||
| // Clean up the library | // Clean up the library | |||
| FT_Done_FreeType(library); | FT_Done_FreeType(library); | |||
| return 1; | return 1; | |||
| } | } | |||
| /* EOF */ | // Local Variables: | |||
| // coding: utf-8 | ||||
| // End: | ||||
| End of changes. 2 change blocks. | ||||
| 1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||