Skip to content

Commit 71b8db9

Browse files
Update License
1 parent 53859d3 commit 71b8db9

File tree

1 file changed

+31
-15
lines changed

1 file changed

+31
-15
lines changed

OpenGL/uopengl_ascii_font.pas

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,36 @@
11
(******************************************************************************)
2-
(* Version : 0.04 *)
2+
(* uOpenGL_ASCII_Font.pas ??.??.???? *)
33
(* *)
4-
(* Diese Unit, stellt eine einfach zu nutztende Schrift für OpenGL zur *)
5-
(* Verfügung. Der Schriftsatz beruht auf dem Original DOS Schriftsatz *)
6-
(* in der Größe 8x12. *)
4+
(* Version : 0.04 *)
5+
(* *)
6+
(* Author : Uwe Schächterle (Corpsman) *)
7+
(* *)
8+
(* Support : www.Corpsman.de *)
9+
(* *)
10+
(* Description : *)
11+
(* Diese Unit, stellt eine einfach zu nutztende Schrift für OpenGL zur *)
12+
(* Verfügung. Der Schriftsatz beruht auf dem Original DOS Schriftsatz *)
13+
(* in der Größe 8x12. *)
14+
(* *)
15+
(* License : See the file license.md, located under: *)
16+
(* https://github.com/PascalCorpsman/Software_Licenses/blob/main/license.md *)
17+
(* for details about the license. *)
18+
(* *)
19+
(* It is not allowed to change or remove this text from any *)
20+
(* source file of the project. *)
21+
(* *)
22+
(* Warranty : There is no warranty, neither in correctness of the *)
23+
(* implementation, nor anything other that could happen *)
24+
(* or go wrong, use at your own risk. *)
25+
(* *)
26+
(* Known Issues: none *)
27+
(* *)
28+
(* History : 0.01 - Initial version *)
29+
(* 0.02 - Added Billboarded/ 3D-Mode rendering *)
30+
(* 0.03 - Disable Lighting on Textout *)
31+
(* 0.04 - Suppurt UTF8 Strings *)
32+
(* *)
33+
(******************************************************************************)
734
(* *)
835
(* Benutzung : in OpenGLControl1MakeCurrent oder später einmalig *)
936
(* Create_ASCII_Font aufrufen. Danach steht *)
@@ -16,17 +43,6 @@
1643
(* glPointSize(max(OpenGLControl1.Width / 640, OpenGLControl1.Height / 480)); *)
1744
(* !! Gilt seit ver 0.02 nicht mehr !! *)
1845
(* *)
19-
(* Support : www.Corpsman.de *)
20-
(* *)
21-
(* License : This Unit is Freeware, for non commercial use only. *)
22-
(* *)
23-
(* Warranty : There is NO Warranty. *)
24-
(* *)
25-
(* History : 0.01 : Initial version *)
26-
(* 0.02 : Added Billboarded/ 3D-Mode rendering *)
27-
(* 0.03 : Disable Lighting on Textout *)
28-
(* 0.04 : Suppurt UTF8 Strings *)
29-
(* *)
3046
(******************************************************************************)
3147
Unit uOpenGL_ASCII_Font;
3248

0 commit comments

Comments
 (0)