Code:text-quads.h: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 November 2022

  • curprev 09:4009:40, 30 November 2022Elie talk contribs 6,777 bytes +49 No edit summary
  • curprev 09:3709:37, 30 November 2022Elie talk contribs 6,728 bytes +56 No edit summary
  • curprev 09:3609:36, 30 November 2022Elie talk contribs 6,672 bytes +6,672 Created page with "<syntaxhighlight lang="c"> // text-quads.h // Functions for drawing text in OpenGL, using textured quads. #define TQ_TEXTURE_WIDTH 1004 #define TQ_TEXTURE_HEIGHT 19 #define TQ_TEXTURE_FILENAME "font.data-uint8-1004x19" // DEPENDENCY: This texture file. /* Copyright 2022, Elie Goldman Smith This program is FREE SOFTWARE: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either ver..."