<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>URGENT need help font problem</title>
		<link>http://www.allegro.cc/forums/view/616008</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Wed, 27 Jan 2016 22:14:27 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Sorry for double post, but I really need some help in sorting out this font issue. On some machines all the fonts are missing some characters.<br />However on over a dozen machines winxp, win 7 win8 and win 10, the problem is not present.</p><p>I am not sure of exact cause as I have tried numerous graphic cards and every OS, its works perfect on every machine i have.</p><p>The game lauches on steam in 7 hours, quite a lot of people may be affected by this.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (duncan perham)</author>
		<pubDate>Tue, 26 Jan 2016 04:08:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Have you tried explicitly using the GL backend?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (jmasterx)</author>
		<pubDate>Tue, 26 Jan 2016 04:31:29 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>How do you do that?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (duncan perham)</author>
		<pubDate>Tue, 26 Jan 2016 04:35:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Just bitwise OR ALLEGRO_OPENGL to your new display flags:
</p><div class="source-code snippet"><div class="inner"><pre>    <span class="k1">int</span> flags <span class="k3">=</span> ALLEGRO_GENERATE_EXPOSE_EVENTS<span class="k2">;</span>
    <span class="k1">if</span><span class="k2">(</span><span class="k3">!</span>disableShaders<span class="k2">)</span>
      flags <span class="k3">|</span><span class="k3">=</span> ALLEGRO_PROGRAMMABLE_PIPELINE<span class="k2">;</span>
    <span class="k1">if</span><span class="k2">(</span>usingGL<span class="k2">)</span>
      flags <span class="k3">|</span><span class="k3">=</span>  ALLEGRO_OPENGL<span class="k2">;</span>
    <span class="k1">if</span><span class="k2">(</span>fullscreen<span class="k2">)</span>
      flags <span class="k3">|</span><span class="k3">=</span> ALLEGRO_FULLSCREEN_WINDOW<span class="k2">;</span>
    <a href="http://www.allegro.cc/manual/al_set_new_display_flags"><span class="a">al_set_new_display_flags</span></a><span class="k2">(</span>flags<span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (jmasterx)</author>
		<pubDate>Tue, 26 Jan 2016 04:46:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p><span class="source-code"><a href="http://www.allegro.cc/manual/al_set_new_display_flags"><span class="a">al_set_new_display_flags</span></a><span class="k2">(</span>ALLEGRO_OPENGL <span class="k3">|</span> ...<span class="k2">)</span><span class="k2">;</span></span></p><p>Or there is a way to change it using allegro.cfg, but I don&#39;t know how.</p><p>As I mentioned in the other thread, try updating your allegro if it is not the most recent version.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Tue, 26 Jan 2016 04:51:09 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;ve implemented a workabout for a missing characters in a TTF font issue (possibly same issue as yours) in this pull request: <a href="https://github.com/liballeg/allegro5/pull/562">https://github.com/liballeg/allegro5/pull/562</a></p><p>To use it, you&#39;ll obviously have to rebuild Allegro (I can help you out with that if you need help), and then add this to your code before you load TTF fonts:</p><div class="source-code snippet"><div class="inner"><pre><a href="http://www.allegro.cc/manual/al_set_config_value"><span class="a">al_set_config_value</span></a><span class="k2">(</span><a href="http://www.allegro.cc/manual/al_get_system_config"><span class="a">al_get_system_config</span></a><span class="k2">(</span><span class="k2">)</span>, <span class="s">"ttf"</span>, <span class="s">"lock_whole_page"</span>, <span class="s">"true"</span><span class="k2">)</span><span class="k2">;</span>
</pre></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (SiegeLord)</author>
		<pubDate>Tue, 26 Jan 2016 10:27:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Thanks for the response, I will look into those things. Big problem at the moment is I cant find a computer that I can test it on where the text is missing. So its a bit difficult to know if Ive fixed it or not.</p><p>First thing I will do is try to get it updated as much as possible.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (duncan perham)</author>
		<pubDate>Wed, 27 Jan 2016 22:14:27 +0000</pubDate>
	</item>
</rss>
