![]() |
glOrtho Textposition
Wie kann ich garantieren das ich meinen Text immer Zentriert
in meinem Fenster anzeige auch wenn die größe des Fensters nicht GL Konform ist.
Delphi-Quellcode:
glPrintXY(ClientWidth / 2, 19, PAnsiChar(bufferword),
fListsInfoFontID, TS_ALIGN_LEFT);
Delphi-Quellcode:
glOrtho(0, ClientWidth, 0, ClientHeight, -100, 100);
Beim VollScreen geht das bei nicht konformer GL Window größe leider nicht. gruss |
AW: glOrtho Textposition
Die lösung war
Delphi-Quellcode:
Hat sich damit erledigt.
glPrintXY(ClientWidth / 2, 19, PAnsiChar(bufferword),
fListsInfoFontID, TS_ALIGN_CENTER); gruss |
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:45 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz