<?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: zone areas - superscripts in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64840#M35085</link>
    <description>&lt;BLOCKQUOTE&gt;zucoc wrote:&lt;BR /&gt;simpler solution:&lt;BR /&gt;
most fonts have the characters "²" and "³"&lt;BR /&gt;
you find them with the character map tool&lt;BR /&gt;
for example in the arial font they are alt+0178 and alt+0179&lt;BR /&gt;
so you dont need a separate string at a location that is hard to calculate&lt;/BLOCKQUOTE&gt;

This is fine if you can restrict the use to a font that works, assuming there are no cross platform issues, and that you can type the special characters into the script. I haven't tried this in Windows (that I can recall) but getting the GDL editor to recognize the alt+ combinations might be problematic.&lt;BR /&gt;
&lt;BR /&gt;
But, if it works let us know.</description>
    <pubDate>Tue, 25 Apr 2006 13:48:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-04-25T13:48:20Z</dc:date>
    <item>
      <title>zone areas - superscripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64837#M35082</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I'd like my zone areas to appear as m(superscript 2) instead of m2. I know how to alter the GDL script but don't know how to code a superscript. Any clues?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Apr 2006 10:49:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64837#M35082</guid>
      <dc:creator>KeesW</dc:creator>
      <dc:date>2006-04-25T10:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: zone areas - superscripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64838#M35083</link>
      <description>The only way I can think of to get special characters into GDL text output would be to type them into the string value. I don't know if this will work. It seems fraught with peril though. Differences in typefaces (OpenType, TrueType, Postscript, etc.) might foul it up and platform differences might also be a problem.&lt;BR /&gt;
&lt;BR /&gt;
The more reliable way would be to code the superscript a a separate bit of text, placed and scaled relative to the other. You know the height of the style used for the "m". You can get its width with the STW function. Create a new style for the superscript and adjust its position based on those values.</description>
      <pubDate>Tue, 25 Apr 2006 13:22:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64838#M35083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T13:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: zone areas - superscripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64839#M35084</link>
      <description>simpler solution:&lt;BR /&gt;
most fonts have the characters "²" and "³"&lt;BR /&gt;
you find them with the character map tool&lt;BR /&gt;
for example in the arial font they are alt+0178 and alt+0179&lt;BR /&gt;
so you dont need a separate string at a location that is hard to calculate</description>
      <pubDate>Tue, 25 Apr 2006 13:34:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64839#M35084</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T13:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: zone areas - superscripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64840#M35085</link>
      <description>&lt;BLOCKQUOTE&gt;zucoc wrote:&lt;BR /&gt;simpler solution:&lt;BR /&gt;
most fonts have the characters "²" and "³"&lt;BR /&gt;
you find them with the character map tool&lt;BR /&gt;
for example in the arial font they are alt+0178 and alt+0179&lt;BR /&gt;
so you dont need a separate string at a location that is hard to calculate&lt;/BLOCKQUOTE&gt;

This is fine if you can restrict the use to a font that works, assuming there are no cross platform issues, and that you can type the special characters into the script. I haven't tried this in Windows (that I can recall) but getting the GDL editor to recognize the alt+ combinations might be problematic.&lt;BR /&gt;
&lt;BR /&gt;
But, if it works let us know.</description>
      <pubDate>Tue, 25 Apr 2006 13:48:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64840#M35085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T13:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: zone areas - superscripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64841#M35086</link>
      <description>on windows it works &lt;BR /&gt;
you can enter the extended characters in the gdl script editor without problems&lt;BR /&gt;
&lt;BR /&gt;
can not and will not try on mac</description>
      <pubDate>Tue, 25 Apr 2006 13:55:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64841#M35086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T13:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: zone areas - superscripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64842#M35087</link>
      <description>&lt;BLOCKQUOTE&gt;zucoc wrote:&lt;BR /&gt;on windows it works &lt;BR /&gt;
you can enter the extended characters in the gdl script editor without problems&lt;BR /&gt;
&lt;BR /&gt;
can not and will not try on mac&lt;/BLOCKQUOTE&gt;

Thanks for the info. BTW: It does work on the Mac.</description>
      <pubDate>Tue, 25 Apr 2006 13:59:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64842#M35087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-25T13:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: zone areas - superscripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64843#M35088</link>
      <description>Thanks for the tips. I tried it witin the GDL scripts and it worked once. When I tried again, the 'alt+0178' generated a strange symbol in the script that converted into a question mark on the actual object. However, by creating a supercript text object in MS Word, it could be copied into the GDL script without difficulty.&lt;BR /&gt;
&lt;BR /&gt;
Zones are a bit flakey aren't they? I am findig it hard to change patches from one type to another, without recreating the zones. I think that everything has been done right.</description>
      <pubDate>Wed, 26 Apr 2006 00:20:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64843#M35088</guid>
      <dc:creator>KeesW</dc:creator>
      <dc:date>2006-04-26T00:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: zone areas - superscripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64844#M35089</link>
      <description>You are using AC9. So you could modify the script to change the usage of TEXT2 into RICHTEXT, which allows textformatting as the text on the plan. Including supersripted chars.</description>
      <pubDate>Wed, 26 Apr 2006 06:35:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/zone-areas-superscripts/m-p/64844#M35089</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-04-26T06:35:48Z</dc:date>
    </item>
  </channel>
</rss>

