/
stud_22-365
/
GLXEngine
Обзор
Документация
Войти
/
stud_22-365
/
GLXEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/Demos/interface/WinFont/fWinTextureD.pas
25 строк
376 B
GLScene
Removed to Examples folder
27 дек 2022, 21:41
27 дек 2022, 21:41
9ec27fa
Код
Авторство
О чём код?
unit fWinTextureD; interface uses Windows, Messages, System.SysUtils, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, ExtCtrls; type TFormFontTexture = class(TForm) Image1: TImage; private { D�clarations priv�es } public { D�clarations publiques } end; var FormFontTexture: TFormFontTexture; implementation {$R *.DFM} end.