Dec 232017
Borland TPW Tips and Techniques Windows utilities with source. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
CURVE.ICO | 766 | 286 | deflated |
DIAGRAM1.ICO | 766 | 231 | deflated |
DIAGRAM2.ICO | 766 | 239 | deflated |
DIAGRAM3.ICO | 766 | 275 | deflated |
DIAGRAM4.ICO | 766 | 313 | deflated |
ICONVIEW | 0 | 0 | stored |
ICONVIEW.EXE | 34304 | 14353 | deflated |
ICONFILE.PAS | 7065 | 2270 | deflated |
ICONS.ZIP | 23057 | 12569 | deflated |
ICONVIEW.PAS | 24770 | 7070 | deflated |
ICONVIEW.RES | 788 | 244 | deflated |
MODEMX | 0 | 0 | stored |
MODEMX.EXE | 37376 | 15196 | deflated |
MODEMX.PAS | 17199 | 4535 | deflated |
MODEMX.RES | 1192 | 640 | deflated |
PAINT | 0 | 0 | stored |
PAINT.EXE | 55552 | 16494 | deflated |
BITMAPS.PAS | 7379 | 2476 | deflated |
CANVAS.PAS | 15813 | 3797 | deflated |
LINEBAR.PAS | 3280 | 1246 | deflated |
PAINT.PAS | 10905 | 2978 | deflated |
PAINT.RES | 10588 | 1603 | deflated |
PAINTDEF.PAS | 8819 | 2505 | deflated |
PALETTE.PAS | 4480 | 1494 | deflated |
RECT.PAS | 2951 | 802 | deflated |
TOOLBAR.PAS | 4152 | 1373 | deflated |
TOOLS.PAS | 16361 | 4156 | deflated |
PREVIEW | 0 | 0 | stored |
PREVIEW.EXE | 56320 | 16480 | deflated |
PREVIEW.PAS | 17874 | 4554 | deflated |
PREVIEW.RES | 20027 | 2619 | deflated |
PREVIEW.TXT | 3144 | 1485 | deflated |
WFPLUS.PAS | 1076 | 302 | deflated |
WOPLUS.PAS | 9132 | 2501 | deflated |
SWORD.ICO | 766 | 209 | deflated |
SYSCOLOR | 0 | 0 | stored |
SYSCOLOR.EXE | 27392 | 11021 | deflated |
SYSCOLOR.DLG | 854 | 419 | deflated |
SYSCOLOR.ICO | 766 | 108 | deflated |
SYSCOLOR.PAS | 16873 | 4528 | deflated |
SYSCOLOR.RC | 723 | 351 | deflated |
SYSCOLOR.RES | 1475 | 552 | deflated |
SYSCOLOR.TXT | 5894 | 2466 | deflated |
SYSCOLOR.WRI | 50944 | 7971 | deflated |
TODO | 0 | 0 | stored |
TODO.EXE | 38912 | 14885 | deflated |
TODO.PAS | 21359 | 5390 | deflated |
TODO.RES | 1599 | 711 | deflated |
Download File TPWUTILS.ZIP Here
Contents of the PREVIEW.TXT file
Font Preview 1.2 - A Tool to Preview Windows Fonts
Function: Preview displays a list of all fonts known to the system.
Click on a font, and a sample of the font is drawn in the large window
on the right. Option buttons along the top let you choose the font size,
set a new text string, get font metrics, and exit.
Installation: Copy preview.exe to any directory you wish. You can launch
it from Program Manager or your favorite menu system. There are no
special requirements.
Operation: Preview displays a list of available fonts in a list box on
the left side of the workspace, and a sample of the font in the larger
window at the right. You choose a font by clicking on the name in the
list box, or moving the highlight with the cursor keys. You can change
the font size by clicking the font size button, and choosing a new size.
You can change the sample string by clicking the String button and
entering the new text(52 characters max). The ? button brings up an
About dialog box. The Text Metrics button displays all the text metric
information about the currently displayed font.
Font Sizes:The font size dialog box displays all available sizes for
non-scalable fonts, and some representative sizes (up to 198 points) for
scalable ones. If you select a raster, non-scalable font and the current
font size is not availble, the closest available size (without scaling)
will be displayed.
Uses: Preview is an easy way to preview and select fonts while in your
favorite DTP or Word Processing program. Just run Preview, and keep it
as an icon, or hidden behind the main program window. When you need it,
click on the icon, or switch windows with alt-tab. Preview was written
to minimize its use of system resources, so hopefully this will be
practical for you.
Text Metrics: The best explanation of the various measures is given in
Petzold's Programming Windows book. Most of the information is in pixels
(the default mapping mode), and generally reflects the default values
for each face name. One exception is the weight, which is uniformly set
to 400 (i.e. medium), as the default value is often too heavy.
Constraints: Must be run on a 286 CPU or later.The more fonts that are
installed, the more memory Preview will need (although this burden
should not be too great).
Copyright Notice: Font Preview is a copyrighted work of Doug Overmyer.
However, it may be used freely, and distributed so long as this
explanation accompanies the original executable file.
Disclaimer: You use this program ENTIRELY at your own risk. It may or
may not be suitable for your needs. Any loss you suffer is at your own
cost. I do hope, however, that you find it useful.
Notes: Preview is written in Turbo Pascal for Windows. It has been
tested with ATM and the standard Windows fonts, at VGA, super-VGA, and
1024 resolutions. Release 1.2 added all iconic buttons, text metrics,
and a more appropriate selection of font sizes. Minor name change.
Problems, Suggestions: Please drop me a note on CIS:71021,2535
Author: Doug Overmyer, July 10, 1991
Function: Preview displays a list of all fonts known to the system.
Click on a font, and a sample of the font is drawn in the large window
on the right. Option buttons along the top let you choose the font size,
set a new text string, get font metrics, and exit.
Installation: Copy preview.exe to any directory you wish. You can launch
it from Program Manager or your favorite menu system. There are no
special requirements.
Operation: Preview displays a list of available fonts in a list box on
the left side of the workspace, and a sample of the font in the larger
window at the right. You choose a font by clicking on the name in the
list box, or moving the highlight with the cursor keys. You can change
the font size by clicking the font size button, and choosing a new size.
You can change the sample string by clicking the String button and
entering the new text(52 characters max). The ? button brings up an
About dialog box. The Text Metrics button displays all the text metric
information about the currently displayed font.
Font Sizes:The font size dialog box displays all available sizes for
non-scalable fonts, and some representative sizes (up to 198 points) for
scalable ones. If you select a raster, non-scalable font and the current
font size is not availble, the closest available size (without scaling)
will be displayed.
Uses: Preview is an easy way to preview and select fonts while in your
favorite DTP or Word Processing program. Just run Preview, and keep it
as an icon, or hidden behind the main program window. When you need it,
click on the icon, or switch windows with alt-tab. Preview was written
to minimize its use of system resources, so hopefully this will be
practical for you.
Text Metrics: The best explanation of the various measures is given in
Petzold's Programming Windows book. Most of the information is in pixels
(the default mapping mode), and generally reflects the default values
for each face name. One exception is the weight, which is uniformly set
to 400 (i.e. medium), as the default value is often too heavy.
Constraints: Must be run on a 286 CPU or later.The more fonts that are
installed, the more memory Preview will need (although this burden
should not be too great).
Copyright Notice: Font Preview is a copyrighted work of Doug Overmyer.
However, it may be used freely, and distributed so long as this
explanation accompanies the original executable file.
Disclaimer: You use this program ENTIRELY at your own risk. It may or
may not be suitable for your needs. Any loss you suffer is at your own
cost. I do hope, however, that you find it useful.
Notes: Preview is written in Turbo Pascal for Windows. It has been
tested with ATM and the standard Windows fonts, at VGA, super-VGA, and
1024 resolutions. Release 1.2 added all iconic buttons, text metrics,
and a more appropriate selection of font sizes. Minor name change.
Problems, Suggestions: Please drop me a note on CIS:71021,2535
Author: Doug Overmyer, July 10, 1991
December 23, 2017
Add comments