<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>Re: Using TT Fonts?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">(I'm sending this from a customer site - don't know whether it gets through ok...)</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Regarding Nick Brown's installation problem:</FONT>
<BR><FONT SIZE=2 FACE="Arial">Move the method textStyle from StrikeFont to AbstractFont, and it will work.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Regarding Andreas' scaling suggestion:</FONT>
<BR><FONT SIZE=2 FACE="Arial">Using a scaled width factor would not help much. Currently, character widths are summed up</FONT>
<BR><FONT SIZE=2 FACE="Arial">in Integer math, and scaling is only done as a final step, so it's pretty efficient already.</FONT>
<BR><FONT SIZE=2 FACE="Arial">By using the character widths as defined in the TTF file, we have a chance of getting pretty</FONT>
<BR><FONT SIZE=2 FACE="Arial">exact string width measurements, which is IMO a prerequisite for WYSIWYG text formatting.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Cheers,</FONT>
<BR><FONT SIZE=2 FACE="Arial">Hans-Martin</FONT>
</P>

</BODY>
</HTML>