Страницы: >> 1 2 3 |
Александр Малыгин |
каким образом
осушествить ~запоминание~ на паскале части текстового экрана
|
20.04.1995
2k |
|
Сергей Варюха |
Редактирование палитры VGA для текстовых режимов.
Используется Turbo Professional 5.09
|
28.02.1992
3k |
|
Руслан Нурисламов |
Модуль экранного интерфейса A_DESIGN в исходнике
и пример его использования
|
12.10.1994
12k |
|
Игорь Колесников |
Загрузка в знакогенератор и отображение до 512 символов одновременно
|
13.04.1995
1k |
|
Alexander Smolyakov |
Как определить, какой VGA режим установлен
|
20.02.1995
18k |
|
Andy Davydov |
53!!! Текстовых режима на выбор для VGA видео карт.
|
04.05.1997
19k |
|
Nick Erkovich |
Модификация модуля CRT для предотвращения Runtime Error 200
|
12.02.1998
5k |
|
Sergey Maznichenko |
пpимеp плавной смены цвета в текстовом pежиме
|
20.11.1997
1k |
|
Aleksey Polushkin |
Программа для yстановки текстового pежима 80x30 символов
|
09.08.1997
2k |
|
Dmitry Karasik |
как закрасить в видеопамяти ряд символов;
как на одном символе задействовать сразу все 16 цветов
|
26.05.1997
1k |
|
Dimon Shvetsov |
Корректная работа с битом мерцания.
Пример работает на любых видах мониторов
|
20.05.1995
1k |
|
Сергей Варюха |
Pascal units (sources) for saving screen image in text
or graphic modes.
May be used in order to save the screen when the program
starts, and restore when it finishes.
Required: Turbo Professional
|
27.06.1996
23k |
|
Sergey Melnikov |
Текстовая заставка.
Символы текста плавно выплывают на экран,
переворачиваются зеркально, плавно уходят вниз,
постепенно "проявляются" по-пиксельно...
Забывает восстановить некоторые символы в знакогенераторе.
|
25.11.1996
5k |
|
Dmitry Karasik |
FONT3 - редактор фонтов и несколько демонстрационных программ.
FONT3 позволяет редактировать любые символы от 8x8 до 8x18 и
обеспечивает к ним минимальные файловые операции.
Кроме того, в EXE-файле расположены описания фонтов 8x8, 8x14 и 8x16
(взяты из комплекта поставки KEYRUS Д. Гуртяка),
поэтому FONT3 ничем не свернут для того, чтобы была возможность
их редактировать.
|
05.04.1993
154k |
|
REXXCOM Systems |
ФОНТ-МАНИЯ - это удобный редактор текстовых фонтов (EXE -шник).
Позволяет изменять существующие фонты, создавать новые,
в том числе анимированные. Приведены примеры включения
созданных фонтов в программы на C, Assembler, Pascal.
Are you tired of the letter style of your computer? Are you
looking for a change? Maybe you simply would like to have some fun?
FONT MANIA might just be the answer.
FONT MANIA is designed for editing EGA and VGA fonts with ease.
It incorporates a user-friendly menu-driven sytem which makes using
FONT MANIA incredibly easy. It is also packed with powerful tools for
easy editing of fonts and including new fonts into your applications.
|
06.01.1992
76k |
|
Andrew Eigus |
EGA/VGA Font Library for text modes.
Borland Pascal 7.0 (DOS, DPMI). TPH help file included.
Full source code with examples provided. Freeware.
|
24.12.1994
13k |
|
Tim Schempp |
LineDraw - is the Pascal source code
that allows the programmer to draw line and rectangles on the screen
using the ASCII character set. The unit automatically detects
where line will intersect, and replace the characters
at the intersection with the proper character.
|
13.01.1993
4k |
|
Tobin Fricke |
This program disables blinking foreground colors
and replaces them with high-intensity background colors.
|
16.10.1993
3k |
|
Robert Rothenburg |
This unit allows you to "invisibly" output to the screen,
with an option to enable screen pausing or to "tee" the output to a file.
To use, change all references to Write and WriteLn to fWrite and fWriteLn,
repectively. Note that fWrite and fWriteLn only accept strings,
so numbers will have to be changed to strings beforehand.
|
07.07.1994
4k |
|
Ярослав Мигач |
Фрагменты серии "TURBO PASCAL SUPPORT". Part #2.
Процедурное программирование.
Модуль обработки функциональной клавиатуры,
Модуль организации меню,
Модуль многооконного интерфейса,
Демонстрационная программа.
|
25.08.1992
66k |
|
Thomas Bargholz |
txtTOOL is a Turbo/Borland Pascal 6.0+ library
that enables you to use fonts and palettes in text mode.
You can display two fonts on screen at the same time,
thus giving you access to 512 characters!
You can get and set palettes and single colors
for the 16 text mode colors!
Runs in real and protected mode.
Run DEMO.EXE for a quick example!
|
24.10.1994
55k |
|
Matthias KФppe |
Использование TrueType фонтов в DOS-овских Паскальных программах.
This is a Pascal programming package,
providing full-featured access to TrueType fonts
within your DOS programs. Additional fonts supported
are Windows scalable and bitmapped fonts, BGI fonts and BIOS fonts.
Output and metric procedures are interface-compatible
with Graph's text routines.
|
14.07.1995
79k |
|
Michael Gallias |
Video State Restorer Rev. 1.00.
Target: Real, Protected.
Remark: Uses 1kb of Code and 1 Text Page of Heap, Usually 4kb.
Must be the First Unit in the Uses Clause to Work Correctly.
|
10.01.1994
3k |
|
Vladimir Vasilev Ivanov |
Vision Tools 1.0с for TP/BP 6.0+.
Great Tools for creating and designing your program interface.
Normal and colored screen write (horizontal and vertical),
blinking control, draw framed box, set cursor shape,
show and hide a cursor, scroll and colorize a square screen area.
|
24.03.1995
35k |
|
Michael Burton |
WINDO - Simple windowing routines for Turbo PASCAL.
Execute the WINTUTOR program for an explanation of use.
|
25.01.1986
20k |
|
Страницы: >> 1 2 3 |