<?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: Problem with text in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59980#M38264</link>
    <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;Does this text always set kind of high in its bounding box?&lt;/BLOCKQUOTE&gt;

Yes in 9 it does, but we never had a problem before 9.</description>
    <pubDate>Sat, 09 Apr 2005 00:10:48 GMT</pubDate>
    <dc:creator>Red</dc:creator>
    <dc:date>2005-04-09T00:10:48Z</dc:date>
    <item>
      <title>Problem with text</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59978#M38262</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;What would cause text to shift upward in the same object when it was brought into AC9 from AC8? (SEE ATTACHED PICTURE)&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/73011i338B0A563FDC8C53/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Text Problem.jpg" title="Text Problem.jpg" /&gt;</description>
      <pubDate>Fri, 08 Apr 2005 19:21:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59978#M38262</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2005-04-08T19:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with text</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59979#M38263</link>
      <description>Does this text always set kind of high in its bounding box?&lt;BR /&gt;
&lt;BR /&gt;
This is a known bug with the text leading (the space between lines of text.) We had a similar problem with a font we use.</description>
      <pubDate>Fri, 08 Apr 2005 21:29:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59979#M38263</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-04-08T21:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with text</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59980#M38264</link>
      <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;Does this text always set kind of high in its bounding box?&lt;/BLOCKQUOTE&gt;

Yes in 9 it does, but we never had a problem before 9.</description>
      <pubDate>Sat, 09 Apr 2005 00:10:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59980#M38264</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2005-04-09T00:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with text</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59981#M38265</link>
      <description>Does anyone know if the known bug is being fixed? &lt;BR /&gt;
&lt;BR /&gt;
Also the font I'm using is "Architxt". Is anyone else using that font having the same problem?</description>
      <pubDate>Tue, 12 Apr 2005 15:53:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59981#M38265</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2005-04-12T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with text</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59982#M38266</link>
      <description>Hi Red,&lt;BR /&gt;
I haven't seen bug or problem.&lt;BR /&gt;
&lt;BR /&gt;
try this :&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
offset = 5&lt;BR /&gt;
HFont = 10&lt;BR /&gt;
&lt;BR /&gt;
DEFINE STYLE "mirco1" "ARCHITXT", HFont, 8,0  &lt;BR /&gt;
DEFINE STYLE "mirco2" "ARCHITXT", HFont, 2,0  &lt;BR /&gt;
i = REQUEST ("Height_of_style", "mirco1",alt_ezza)&lt;BR /&gt;
alt_ezza = alt_ezza/1000*A_&lt;BR /&gt;
&lt;BR /&gt;
style "mirco1"&lt;BR /&gt;
stringa1 = "I haven't seen"&lt;BR /&gt;
stringa2 = "problems"&lt;BR /&gt;
&lt;BR /&gt;
lung_1 = STW (stringa1)&lt;BR /&gt;
lung_2 = STW (stringa2)&lt;BR /&gt;
tot_lung1=(MAX(lung_1,lung_2)+offset)/1000*A_&lt;BR /&gt;
tot_lung2=(MAX(lung_1,lung_2)+offset*10)/1000*A_&lt;BR /&gt;
&lt;BR /&gt;
rect2 -tot_lung1/2,-alt_ezza,tot_lung1/2,alt_ezza&lt;BR /&gt;
line2 -tot_lung2/2,0,tot_lung2/2,0&lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0,0,stringa1&lt;BR /&gt;
style "mirco2"&lt;BR /&gt;
TEXT2 0,0,stringa2&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
CU mirco&lt;BR /&gt;
&lt;A href="http://www.cad3d.it" target="_blank"&gt;www.cad3d.it&lt;/A&gt;</description>
      <pubDate>Wed, 13 Apr 2005 07:17:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59982#M38266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-13T07:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with text</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59983#M38267</link>
      <description>A bug that may cause it is fixed in the latest (build2018) hotfix. Update to see if it clears the problem.&lt;BR /&gt;
&lt;BR /&gt;
Greg</description>
      <pubDate>Wed, 20 Apr 2005 13:29:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-with-text/m-p/59983#M38267</guid>
      <dc:creator>Greg Kmethy</dc:creator>
      <dc:date>2005-04-20T13:29:09Z</dc:date>
    </item>
  </channel>
</rss>

