At 12:54 PM 4/23/2008, Ted Lienhard wrote:
I need to make a "font pick list", so a client can pick a font
for use in a DB Memo field, hopefully via a ListBox of some kind.
Is there an easy way to get a list of fonts available in a pc for
inclusion in such a list?
Ted,
Here's how:
01. At the R> prompt or in a command file:
PLUGIN RFontPicker.RBL |vFontName
02. Select the appropriate font from the list of available fonts
03. Click on [OK] button
The resulting vFontName will return the exact name of the
selected font.
That's all there is to it!
Very Best R:egards,
Razzak.