<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Appgraphics Textbox Font]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=513</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=513&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Appgraphics Textbox Font.]]></description>
		<lastBuildDate>Tue, 02 Feb 2016 21:03:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Appgraphics Textbox Font]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2344#p2344</link>
			<description><![CDATA[<p>Jeff,</p><p>Thank you for taking the time to improve the functionality of AppGraphic text settings.</p><p>I assume that this was not a particularly easy task to make the font settings apply to buttons, text boxes, outtext, and everything else but the main menu and title bar.</p><p>I look forward to applying the next version of AppGraphics to my application.</p><p>Frank</p>]]></description>
			<author><![CDATA[null@example.com (drfrank)]]></author>
			<pubDate>Tue, 02 Feb 2016 21:03:30 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2344#p2344</guid>
		</item>
		<item>
			<title><![CDATA[Re: Appgraphics Textbox Font]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2343#p2343</link>
			<description><![CDATA[<p>The next version of AppGraphics should fix quite a few of the complaints above.&nbsp; First, the font settings will now apply to <strong>everything</strong>, including buttons, text boxes, lists, <em>outtext</em> calls, etc. The only things that will remain unchanged will be the menu and title bar.</p><p>Also, using <em>WINDOWS_FONT</em> will now also allow specifying the character height. If anyone wants to use the Windows standard font, one would now call <em>setmatchthemetextstyle()</em>, which takes no arguments.</p><p>Finally, the vertical justification of text in a textbox won&#039;t be user-specifiable.&nbsp; Windows does not actually support this natively. We&#039;d have to implement a custom widget within AppGraphics, and I&#039;m not sure its a particularly good idea.&nbsp; If you do a search for &quot;win32 edit box vertical justify,&quot; you&#039;ll find quite a few articles about the problem.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 02 Feb 2016 01:14:44 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2343#p2343</guid>
		</item>
		<item>
			<title><![CDATA[Re: Appgraphics Textbox Font]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2335#p2335</link>
			<description><![CDATA[<p>Klaus,</p><p>The default font for any text in AppGraphics will always be <em>DEFAULT_FONT</em>, which is the blocky Windows system font. <em>DEFAULT_FONT</em> is size-configurable,and it might default to 12 pixels or something similar.&nbsp; It is not the same as <em>WINDOWS_FONT</em>.</p><p>If you specify <em>WINDOWS_FONT</em>, it configures the font to be the current theme&#039;s font for static text.&nbsp; The documentation does state that the height argument to <em>settextstyle</em> is ignored when this font is chosen since it is attempting to match the current theme of the system.</p><p>I&#039;m currently working on allowing text box fonts to be set.&nbsp; The feature should be present in the next release.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Thu, 28 Jan 2016 18:08:57 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2335#p2335</guid>
		</item>
		<item>
			<title><![CDATA[Re: Appgraphics Textbox Font]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2320#p2320</link>
			<description><![CDATA[<p>An additional matter of text in dialogs is the following<br />&nbsp; &nbsp; &nbsp; Call settextstyle(windows_font, horiz_dir,16)<br />results in a text height of 10 pixels unless an other height is defined&nbsp; &nbsp;<br />But if the call settextstyle is omitted a lager letter appears.<br />Klaus</p>]]></description>
			<author><![CDATA[null@example.com (Klaus Asmus)]]></author>
			<pubDate>Wed, 13 Jan 2016 13:46:42 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2320#p2320</guid>
		</item>
		<item>
			<title><![CDATA[Re: Appgraphics Textbox Font]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2301#p2301</link>
			<description><![CDATA[<p>The font functions are meant to apply only to &quot;drawn&quot; text, like the <em>outtext</em> subroutine.&nbsp; However, there is no good reason that they shouldn&#039;t also apply to text boxes.&nbsp; I&#039;ll see what can be done to support this feature.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 04 Jan 2016 22:45:57 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2301#p2301</guid>
		</item>
		<item>
			<title><![CDATA[Appgraphics Textbox Font]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2299#p2299</link>
			<description><![CDATA[<p>I seem to be having a problem changing the Font type in a Textbox() using Appgraphics.&nbsp; In addition, the text is always displayed as Top-justified even when it&#039;s set to Bottom-justified with the command Settextjustify(LEFT_TEXT, BOTTOM_TEXT).</p><p>Changing the font to another type doesn&#039;t appear to change anything.</p><p>Any advice on how to solve this issue is welcome.</p><p>Frank</p>]]></description>
			<author><![CDATA[null@example.com (drfrank)]]></author>
			<pubDate>Mon, 04 Jan 2016 19:43:02 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2299#p2299</guid>
		</item>
	</channel>
</rss>
