Internal Fonts (OpenInsight 32-bit Specific)
At 24 JAN 2005 10:42:47AM A. Moreno wrote:
Is there a way to instruct Set_Printer("FONT" …) to use a printer's internal font? (HP Printer).
Thanks!
At 24 JAN 2005 03:04PM Warren Auyong wrote:
HP used to supply Windows fonts for these with the LaserJet 4 series. Other than finding a copy of those I can't think of a simple solution. Maybe passing the escape codes to a generic text printer driver.
At 24 JAN 2005 03:32PM support@sprezzatura.com wrote:
We must be missing something here - doesn't the FONTS get_printer call include the internal fonts installed on the Printer?
support@sprezzatura.com
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 24 JAN 2005 04:04PM Frank Tomeo wrote:
Actually, Get_Printer('FONT') only returns the current font set by a previous Set_Printer('FONT') command, or the default font if none has been set.
I would think the escape codes would be the way to go, but I have only done that via ARev - never tried it through OI.
ftomeo@srpcs.com
At 24 JAN 2005 04:14PM Donald Bakke wrote:
The best way to send ESC codes in OI is to use the Direct Print utility from Splaver Software.
dbakke@srpcs.com
At 24 JAN 2005 04:18PM support@sprezzatura.com wrote:
You're right about FONT but the FONTS[/b] message is documented as returning a field mark delimited list of fonts. Interestingly it is returning a "-9" - invalid message here so it would seem to have been accidentally deprecated. support@sprezzatura.com The Sprezzatura Group Web Site World Leaders in all things RevSoft
</QUOTE> —- === At 24 JAN 2005 04:41PM Frank Tomeo wrote: === <QUOTE>Did not know about the 'FONTS' command, since it does not appear to be in any of the documentation. It also returned a -9 for me when I was testing it (7.1). ftomeo@srpcs.com SRP Computer Solutions, Inc.
</QUOTE> —- === At 24 JAN 2005 05:39PM support@sprezzatura.com wrote: === <QUOTE>Weird - for me tying in FONTS in the editor and pressing F1 gets me FONTS Get_Printer Message Description The Get_Printer function returns the available fonts. The fonts are separated by field marks. Parameters Message Fields Description FONTS Font names Who knew? :) support@sprezzatura.com The Sprezzatura Group Web Site World Leaders in all things RevSoft
</QUOTE> —- === At 24 JAN 2005 06:24PM Warren Auyong wrote: === <QUOTE>I think you need to do a set_printer first. </QUOTE> View this thread on the forum...