<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Appgraphics Textbox Font]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=513&amp;type=atom" />
	<updated>2016-02-02T21:03:30Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=513</id>
		<entry>
			<title type="html"><![CDATA[Re: Appgraphics Textbox Font]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2344#p2344" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2016-02-02T21:03:30Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2344#p2344</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Appgraphics Textbox Font]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2343#p2343" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2016-02-02T01:14:44Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2343#p2343</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Appgraphics Textbox Font]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2335#p2335" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2016-01-28T18:08:57Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2335#p2335</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Appgraphics Textbox Font]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2320#p2320" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Klaus Asmus]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3617</uri>
			</author>
			<updated>2016-01-13T13:46:42Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2320#p2320</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Appgraphics Textbox Font]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2301#p2301" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2016-01-04T22:45:57Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2301#p2301</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Appgraphics Textbox Font]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=2299#p2299" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2016-01-04T19:43:02Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=2299#p2299</id>
		</entry>
</feed>
