|
1 | 1 | (******************************************************************************)
|
2 |
| -(* Version : 0.04 *) |
| 2 | +(* uOpenGL_ASCII_Font.pas ??.??.???? *) |
3 | 3 | (* *)
|
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 | +(******************************************************************************) |
7 | 34 | (* *)
|
8 | 35 | (* Benutzung : in OpenGLControl1MakeCurrent oder später einmalig *)
|
9 | 36 | (* Create_ASCII_Font aufrufen. Danach steht *)
|
|
16 | 43 | (* glPointSize(max(OpenGLControl1.Width / 640, OpenGLControl1.Height / 480)); *)
|
17 | 44 | (* !! Gilt seit ver 0.02 nicht mehr !! *)
|
18 | 45 | (* *)
|
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 |
| -(* *) |
30 | 46 | (******************************************************************************)
|
31 | 47 | Unit uOpenGL_ASCII_Font;
|
32 | 48 |
|
|
0 commit comments