<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Changing default font for documents in FA - instructions]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4364&amp;type=atom" />
	<updated>2017-11-12T05:15:45Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=4364</id>
		<entry>
			<title type="html"><![CDATA[Re: Changing default font for documents in FA - instructions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29567#p29567" />
			<content type="html"><![CDATA[<p>In FA 2.4, the lines are 120-122 in <strong>reporting/includes/class.pdf.inc</strong>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-11-12T05:15:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29567#p29567</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Changing default font for documents in FA - instructions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17668#p17668" />
			<content type="html"><![CDATA[<p>Where are the three font files?</p><p>More on Tuffy Font:<br />http://www.fontsquirrel.com/fonts/tuffy<br />http://www.dafont.com/tuffy.font<br />http://packages.debian.org/squeeze/ttf-tuffy</p><p>In Linux:<br /></p><div class="codebox"><pre><code>apt-get install ttf-tuffy
ln -s /usr/share/fonts/truetype/ttf-tuffy/* reporting/fonts</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-09-06T05:47:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17668#p17668</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Changing default font for documents in FA - instructions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17658#p17658" />
			<content type="html"><![CDATA[<p>Hi Guys</p><p>I wanted a narrower, modern font to my FA documents, in particular the invoices where I was running out of room.<br />I found a free font called &#039;Tuffy&#039; which met the bill, and converted it to the required .php and .z formats using TCPDF. If you want to use it, to save you doing the converting, I&#039;ve attached the 3 font files you need (although I think the .afm is optional).</p><p>If you do a search in this foum</p><p>To use this new font:</p><p>1) Put the 3 font files in ./reporting/fonts<br />tuffy.php, tuffy.z and tuffy.afm</p><p>2) Update the ./reporting/includes/class.pdf.inc file as follows:<br />Around line 119, change helvetica to tuffy so you end up with:<br /></p><div class="codebox"><pre><code>        // p2409 was helvetica, now tuffy.
        $this-&gt;FontFamily = &#039;tuffy&#039;;
        $this-&gt;FontStyle = &#039;&#039;;
        $this-&gt;FontSizePt = 12;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[p2409]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=267</uri>
			</author>
			<updated>2013-09-06T04:25:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17658#p17658</id>
		</entry>
</feed>
