<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: gdl text justificattion in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48255#M31520</link>
    <description>She's cute but I'm allergic to fish scales!!</description>
    <pubDate>Mon, 14 May 2007 23:28:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-05-14T23:28:04Z</dc:date>
    <item>
      <title>!Restored: gdl text justificattion</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48249#M31514</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I've searched everywhere to find a way to "justify right" the bold text in this simple script but to no avail. The help files say that I need to use a mask in the script. I understand what it's telling me but can't get the script right!! Any help??? Thanks  Doug&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Edit...My original post said that I was trying to justify left which is was this script does, my bad. I want it to justify right.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
lw=7 5/16"		&lt;BR /&gt;
nb=a&lt;BR /&gt;
dis=12"&lt;BR /&gt;
dis2=2"&lt;BR /&gt;
if nd='R' then dis = 23" &lt;BR /&gt;
if nd='L' then dis2=13"&lt;BR /&gt;
if lgtp ='4x8'and nd='L' then dis2=9"&lt;BR /&gt;
if lgtp ='4x8'and nd='R' then dis=19"&lt;BR /&gt;
DEFINE STYLE "mytext2" "ariel",  1.5, 1, 0&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
if st=0 then 10:&lt;BR /&gt;
&lt;BR /&gt;
	set style "mytext2"&lt;BR /&gt;
	&lt;B&gt;TEXT2 (a-dis), lw-1", STR ("%0.16ffi",nb)&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
10:&lt;BR /&gt;
&lt;BR /&gt;
	set style "mytext2"&lt;BR /&gt;
	TEXT2 dis2, lw-1", row&lt;BR /&gt;
&lt;BR /&gt;
	!set style "mytext2"&lt;BR /&gt;
	!TEXT2 (A/2)-5",lw-1", cc&lt;BR /&gt;
&lt;BR /&gt;
rect2 0,0,a,lw&lt;BR /&gt;
&lt;BR /&gt;
hotspot2 0,0&lt;BR /&gt;
hotspot2 0,lw&lt;BR /&gt;
hotspot2 a,LW&lt;BR /&gt;
hotspot2 a,0&lt;BR /&gt;
hotspot2 a,lw/2&lt;BR /&gt;
hotspot2 0,lw/2&lt;BR /&gt;
hotspot2 lw/2,5"&lt;BR /&gt;
hotspot2 lw/2,3"&lt;BR /&gt;
hotspot2 lw/2,4"&lt;BR /&gt;
&lt;BR /&gt;
set fill 16&lt;BR /&gt;
poly2_b     5,  2,  100,  91,&lt;BR /&gt;
0,0,1,&lt;BR /&gt;
A,0,1,&lt;BR /&gt;
A,lw,1,&lt;BR /&gt;
0,lw,1,&lt;BR /&gt;
0,0,1&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 12 May 2007 18:42:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48249#M31514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-12T18:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: gdl text justificattion</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48250#M31515</link>
      <description>It's in the DEFINE STYLE line. Without my manual handy, I can't say just which value it is though. If you have the GDL Manual (it's in your Archicad installation folder), you can probably look up the syntax.</description>
      <pubDate>Sun, 13 May 2007 15:36:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48250#M31515</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2007-05-13T15:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: gdl text justificattion</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48251#M31516</link>
      <description>Thanks Tom, I actually found it a few hours ago but had to go out for a while. It is Define Style....DEFINE STYLE "mytext2" "ariel",  1.5, 3, 0. The third entry is the anchor point of the text. I found the list of numbers and their corresponding anchor points(3 being justify right). It was a frustrating trial and error but I learned a couple other things in the process!! Thanks again     Doug</description>
      <pubDate>Sun, 13 May 2007 18:23:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48251#M31516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-13T18:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: gdl text justificattion</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48252#M31517</link>
      <description>Also...might want to spell Arial correctly if that is the font you want. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Sun, 13 May 2007 18:27:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48252#M31517</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2007-05-13T18:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: gdl text justificattion</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48253#M31518</link>
      <description>Thaks Karl!! I didn't even notice that.</description>
      <pubDate>Sun, 13 May 2007 18:50:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48253#M31518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-13T18:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: gdl text justificattion</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48254#M31519</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt;Also...might want to spell Arial correctly if that is the font you want. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Karl&lt;/BLOCKQUOTE&gt;

Perhaps he wants the mermaid.</description>
      <pubDate>Mon, 14 May 2007 16:16:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48254#M31519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-14T16:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: gdl text justificattion</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48255#M31520</link>
      <description>She's cute but I'm allergic to fish scales!!</description>
      <pubDate>Mon, 14 May 2007 23:28:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Restored-gdl-text-justificattion/m-p/48255#M31520</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-14T23:28:04Z</dc:date>
    </item>
  </channel>
</rss>

