<div><font size="2" face="Arial">A colleague poked around Xerte source code on Friday to try to 
make the text in Xerte match the crispness of text in our swfs. She</font><font size="2" face="Arial"> learned that in Xerte, the antiAliasType property for text 
fields with embedded fonts is already set to &quot;advanced&quot;. This is 
equivalent to &#39;anti-aliased for readability&#39;, which we use in ourswfs . </font></div>
<div> </div>
<div><font size="2" face="Arial">The reason why text in some of our swfs may 
look crisper, is because at times we forgot to embed the fonts in our swf&#39;s text 
boxes. We need to update these so that they will match Xerte text. 
</font></div>
<div> </div>
<div><font size="2" face="Arial">Unfortunately, embedding the fonts is what makes 
the text thicker/fuzzier. Setting the text to &#39;anti-aliased for animation&#39; 
(which is the default in Flash and in ActionScript is equivalent to 
antiAliasType=&quot;normal&quot;) makes it even more fuzzy. Since we need embedded fonts 
in order for the content to look the same on every platform, we have to live 
with this trade-off. </font></div><br><br><div class="gmail_quote">On Sat, Nov 27, 2010 at 5:53 PM, Mary Ann Ahearn <span dir="ltr">&lt;<a href="mailto:maryann@moberg.com">maryann@moberg.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Same here - plus it&#39;s a big holiday weekend in the states so we haven&#39;t tried anything yet.  <br><div><div></div><div class="h5"><br><div class="gmail_quote">On Thu, Nov 25, 2010 at 5:04 AM, Julian Tenney <span dir="ltr">&lt;<a href="mailto:Julian.Tenney@nottingham.ac.uk" target="_blank">Julian.Tenney@nottingham.ac.uk</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-GB"><div><p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Did you get anywhere with this? Time has been in short supply for me this week…</span></p>


<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p><div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; padding: 3pt 0cm 0cm;">


<p class="MsoNormal" style="margin-left: 36pt;"><b><span style="font-size: 10pt;" lang="EN-US">From:</span></b><span style="font-size: 10pt;" lang="EN-US"> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Mary Ann Ahearn<br>


<b>Sent:</b> 22 November 2010 17:04<div><div></div><div><br><b>To:</b> Xerte discussion list<br><b>Subject:</b> Re: [Xerte] Text anti-alias question - Xerte 2 desktop</div></div></span></p></div><div><div></div>
<div><p class="MsoNormal" style="margin-left: 36pt;"> </p><p class="MsoNormal" style="margin-left: 36pt;">Just checked with a colleague who used:<span style="font-size: 10pt;"><br><br>TextField.</span><span style="font-size: 10pt;">antiAliasType = &quot;advanced&quot; <br>


<br>This made the text more crisp via Action Script in a past project.  We had to publish for Flash 8 player for this to work.</span><br>  </p><div><p class="MsoNormal" style="margin-left: 36pt;"><span style="font-size: 10pt;">It would be very cool if something like this could be an optional  property of the LO, similar to the embedFonts property, but which could also be overridden for an individual text field just as embedFonts can be.<br>


<br>We probably could alter the source code but hate to touch it and haven&#39;t had to yet.  <br><br>Thanks!<br>ma</span></p></div><p class="MsoNormal" style="margin-right: 0cm; margin-bottom: 12pt; margin-left: 36pt;">

 </p>
<div><p class="MsoNormal" style="margin-left: 36pt;">On Mon, Nov 22, 2010 at 10:59 AM, Julian Tenney &lt;<a href="mailto:Julian.Tenney@nottingham.ac.uk" target="_blank">Julian.Tenney@nottingham.ac.uk</a>&gt; wrote:</p><div>


<div><p class="MsoNormal" style="margin-left: 36pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);">So you can set myIcon.txt.antiAliasType but I’m not sure what you need to set it with? That is confusing…</span></p>


<p class="MsoNormal" style="margin-left: 36pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p><p class="MsoNormal" style="margin-left: 36pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Probably the property inspector settings are applied at compile time, and at runtime there are less options available?</span></p>


<p class="MsoNormal" style="margin-left: 36pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p><div style="border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0cm 0cm; border-color: -moz-use-text-color;">


<p class="MsoNormal" style="margin-left: 72pt;"><b><span style="font-size: 10pt;" lang="EN-US">From:</span></b><span style="font-size: 10pt;" lang="EN-US"> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Mary Ann Ahearn<br>


<b>Sent:</b> 22 November 2010 13:50<br><b>To:</b> Xerte discussion list<br><b>Subject:</b> Re: [Xerte] Text anti-alias question - Xerte 2 desktop</span></p></div><div><div><p class="MsoNormal" style="margin-left: 72pt;">

 </p>
<p class="MsoNormal" style="margin-left: 72pt;"><span style="font-size: 10pt;">It&#39;s a property of text fields.  <br><br>So I thought I&#39;d consult Flash 8 help to see what it has to say.  Now I&#39;m very confused because the property panel seems to offer different options than those available via action script.<br>


<b><br>From Flash 8 Professional help file - </b><br><br>public <b>antiAliasType</b>:  string     The type of anti-aliasing used for this TextField instance.<br><br>(TextField.antiAliasType property)<br><br>Help goes on to say the following:</span></p>


<p style="margin-left: 72pt;"><span style="font-size: 10pt;">The type of anti-aliasing used for this TextField instance. Advanced anti-aliasing is available only in Flash Player 8 and later. You can control this setting only if the font is embedded (with the </span><code><span style="font-size: 10pt;">embedFonts</span></code><span style="font-size: 10pt;"> property set to </span><code><span style="font-size: 10pt;">true</span></code><span style="font-size: 10pt;">). For Flash Player 8, the default setting is </span><code><span style="font-size: 10pt;">&quot;advanced&quot;</span></code><span style="font-size: 10pt;">. </span></p>


<p style="margin-left: 72pt;"><span style="font-size: 10pt;">To set values for this property, use the following string values:</span></p><table style="width: 468pt; margin-left: 72pt;" border="0" cellpadding="0" cellspacing="0" width="624">


<tbody><tr><td style="padding: 0cm;"></td><td style="padding: 0cm;"></td></tr><tr><td style="padding: 0cm;"></td><td style="padding: 0cm;"><p><code><span style="font-size: 10pt;">&quot;normal&quot;</span></code></p><p>Applies the regular text anti-aliasing. This matches the type of anti-aliasing that Flash Player used in version 7 and earlier.</p>


</td></tr><tr><td style="background: none repeat scroll 0% 0% rgb(248, 248, 248); padding: 0cm;"></td><td style="background: none repeat scroll 0% 0% rgb(248, 248, 248); padding: 0cm;"><p> </p><p><code><span style="font-size: 10pt;">&quot;advanced&quot;</span></code></p>


<p>Applies advanced anti-aliasing, which makes text more legible. (This feature is available as of Flash Player 8.) Advanced anti-aliasing allows for high-quality rendering of font faces at small sizes. It is best used with applications that have a lot of small text. Advanced anti-aliasing is not recommended for fonts that are larger than 48 points.</p>


</td></tr></tbody></table><p class="MsoNormal" style="margin-left: 72pt;"><br><br>Help for the properties panel for text gives the following options:</p><p class="MsoNormal" style="margin-left: 108pt;"><span style="font-size: 10pt; font-family: Symbol;">·</span><span style="font-size: 7pt;">         </span>In the Property inspector, choose one of the following options from the Anti-Aliasing pop-up menu: </p>


<p style="margin-left: 108pt;"><b>Use Device Fonts </b>specifies that the SWF file use the fonts installed on the local computer to display the fonts. Although this option has the least impact on the size of the SWF file, it also forces you to rely on the fonts installed on the user&#39;s computer for font display. For example, if you specify the font Times Roman as a device font, the Times Roman font must be installed on the computer playing back the content for the text to display. For this reason, when using device fonts, choose only commonly installed font families.</p>


<p style="margin-left: 108pt;"><b>Bitmap Text (No Anti-Alias) </b>turns off anti-aliasing and provides no text smoothing. The text is displayed using sharp edges, and the resulting SWF file size is increased because the font outlines are embedded in the SWF. Bitmap text is sharp at the exported size, but scales poorly.</p>


<p style="margin-left: 108pt;"><b>Anti-Alias for Animation</b> creates a smoother animation. This is possible in part because Flash ignores alignment and kerning information. Specifying Anti-Alias for Animation creates a larger SWF file, because font outlines are embedded.</p>


<table style="width: 432pt; margin-left: 108pt;" border="0" cellpadding="0" cellspacing="0" width="576"><tbody><tr><td style="width: 34.05pt; padding: 0cm;" width="45"><p><b>NOTE</b></p></td><td style="width: 0.75pt; padding: 0cm;" width="1">


</td><td style="padding: 0cm;"><p>Fonts rendered using Anti-Alias for Animation are less legible at smaller font sizes. for this reason, it is recommended that you use 10 point or larger type when specifying Anti-Alias for Animation.</p>


</td></tr></tbody></table><p style="margin-left: 108pt;"><b>Anti-Alias for Readability</b> uses a new anti-aliasing engine that improves the readability of fonts, particularly at small sizes. Specifying Anti-Alias for Readability creates a larger SWF file, because font outlines are embedded. In order to use the Anti-Alias for Readability setting you must publish to Flash Player 8.</p>


<table style="width: 432pt; margin-left: 108pt;" border="0" cellpadding="0" cellspacing="0" width="576"><tbody><tr><td style="width: 34.05pt; padding: 0cm;" width="45"><p><b>NOTE</b></p></td><td style="width: 0.75pt; padding: 0cm;" width="1">


</td><td style="padding: 0cm;"><p>Anti-Alias for Readability creates a highly legible typeface even at small sizes. However, it animates poorly, and may cause performance problems. If you intend to animate text, use Anti-Alias for Animation. </p>


</td></tr></tbody></table><p style="margin-left: 108pt;"><b>Custom Anti-Alias (Flash Professional only) </b>lets you modify the font&#39;s properties as you see fit. The custom anti-aliasing properties are Sharpness and Thickness.</p>


<p class="MsoNormal" style="margin-bottom: 12pt; margin-left: 72pt;"> </p><div><p class="MsoNormal" style="margin-left: 72pt;">On Mon, Nov 22, 2010 at 5:45 AM, Julian Tenney &lt;<a href="mailto:Julian.Tenney@nottingham.ac.uk" target="_blank">Julian.Tenney@nottingham.ac.uk</a>&gt; wrote:</p>


<div><div><p class="MsoNormal" style="margin-left: 72pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Not sure: how do you do it in Flash?</span></p><p class="MsoNormal" style="margin-left: 72pt;"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>


<div style="border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0cm 0cm; border-color: -moz-use-text-color;"><p class="MsoNormal" style="margin-left: 108pt;"><b><span style="font-size: 10pt;" lang="EN-US">From:</span></b><span style="font-size: 10pt;" lang="EN-US"> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Mary Ann Ahearn<br>


<b>Sent:</b> 19 November 2010 22:35<br><b>To:</b> Xerte discussion list<br><b>Subject:</b> [Xerte] Text anti-alias question - Xerte 2 desktop</span></p></div><div><div><p class="MsoNormal" style="margin-left: 108pt;"> </p>


<p class="MsoNormal" style="margin-left: 108pt;">Is there a way to set Xerte text to Anti-alias for readability?  <br><br>We&#39;re using embedded fonts with style sheets for formatting and all is well but it could be a little crisper.  Looks like it&#39;s the flash default - anti-alias for animation.<br>


<br>Couldn&#39;t find much in the archives.<br><br>Thanks!<br>ma</p></div></div></div><p class="MsoNormal" style="margin-left: 72pt;"> </p><p style="margin-left: 72pt;">This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham. </p>


<p style="margin-left: 72pt;">This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. </p>


</div><p class="MsoNormal" style="margin-bottom: 12pt; margin-left: 72pt;"><br>_______________________________________________<br>Xerte mailing list<br><a href="mailto:Xerte@lists.nottingham.ac.uk" target="_blank">Xerte@lists.nottingham.ac.uk</a><br>


<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br><br>This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<br>


<br>This message has been checked for viruses but the contents of an attachment<br>may still contain software viruses which could damage your computer system:<br>you are advised to perform your own checks. Email communications with the<br>


University of Nottingham may be monitored as permitted by UK legislation.</p></div><p class="MsoNormal" style="margin-left: 72pt;"> </p></div></div></div></div><p class="MsoNormal" style="margin-right: 0cm; margin-bottom: 12pt; margin-left: 36pt;">


<br>_______________________________________________<br>Xerte mailing list<br><a href="mailto:Xerte@lists.nottingham.ac.uk" target="_blank">Xerte@lists.nottingham.ac.uk</a><br><a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>


<br>This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<br>


<br>This message has been checked for viruses but the contents of an attachment<br>may still contain software viruses which could damage your computer system:<br>you are advised to perform your own checks. Email communications with the<br>


University of Nottingham may be monitored as permitted by UK legislation.<br><br></p></div><p class="MsoNormal" style="margin-left: 36pt;"> </p></div></div></div></div><br>_______________________________________________<br>



Xerte mailing list<br>
<a href="mailto:Xerte@lists.nottingham.ac.uk" target="_blank">Xerte@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
<br>
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<br>



<br>
This message has been checked for viruses but the contents of an attachment<br>
may still contain software viruses which could damage your computer system:<br>
you are advised to perform your own checks. Email communications with the<br>
University of Nottingham may be monitored as permitted by UK legislation.<br>
<br>
<br></blockquote></div><br>
</div></div></blockquote></div><br>