<?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 AcDbTextStyleTableRecord::getRecord is not the same style in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/acdbtextstyletablerecord-getrecord-is-not-the-same-style/m-p/9398490#M4701</link>
    <description>&lt;P&gt;hello:&lt;/P&gt;&lt;P&gt;getRecord : filename is txt&lt;/P&gt;&lt;P&gt;style : filename is txt.shx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;what should I do&lt;/SPAN&gt;&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2020 07:15:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-25T07:15:10Z</dc:date>
    <item>
      <title>AcDbTextStyleTableRecord::getRecord is not the same style</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbtextstyletablerecord-getrecord-is-not-the-same-style/m-p/9398490#M4701</link>
      <description>&lt;P&gt;hello:&lt;/P&gt;&lt;P&gt;getRecord : filename is txt&lt;/P&gt;&lt;P&gt;style : filename is txt.shx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;what should I do&lt;/SPAN&gt;&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 07:15:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbtextstyletablerecord-getrecord-is-not-the-same-style/m-p/9398490#M4701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-25T07:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbTextStyleTableRecord::getRecord is not the same style</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbtextstyletablerecord-getrecord-is-not-the-same-style/m-p/9402343#M4702</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;getRecord : filename is txt&lt;/P&gt;
&lt;P&gt;style : filename is txt.shx&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;what should I do&lt;/SPAN&gt;&lt;/SPAN&gt;?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;First you should describe your problem and what you intend to do.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Some code would be helpful.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess you use &lt;FONT face="courier new,courier"&gt;AcDbTextStyleTableIterator::getRecord()&lt;/FONT&gt; to obtain an &lt;FONT face="courier new,courier"&gt;AcDbTextStyleTableRecord &lt;/FONT&gt;and &lt;FONT face="courier new,courier"&gt;AcDbTextStyleTableRecord::fileName()&lt;/FONT&gt; returns "txt". But what does: "style: filename is txt.shx" mean? Do you mean&lt;FONT face="courier new,courier"&gt; AcGiTextStyle::fileName()&lt;/FONT&gt;?&lt;/P&gt;
&lt;P&gt;Maybe you can use &lt;FONT face="courier new,courier"&gt;AcGiTextStyle::font()&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;AcDbTextStyleTableRecord::font()&lt;/FONT&gt; instead of &lt;FONT face="courier new,courier"&gt;fileName()&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 16:52:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbtextstyletablerecord-getrecord-is-not-the-same-style/m-p/9402343#M4702</guid>
      <dc:creator>tbrammer</dc:creator>
      <dc:date>2020-03-26T16:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbTextStyleTableRecord::getRecord is not the same style</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbtextstyletablerecord-getrecord-is-not-the-same-style/m-p/9408399#M4703</link>
      <description>&lt;P&gt;Thank you for reading&lt;/P&gt;&lt;P&gt;I use AcDbTextStyleTableRecord-&amp;gt;font() and AcDbTextStyleTableRecord-&amp;gt;filename().&lt;/P&gt;&lt;P&gt;The filename() and font() display&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt; 'txt'.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;I use Autocad‘s style command.It display 'txt.shx'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;The shx name returned by AcDbTextStyleTableRecord is incorrect.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I want to get the shx name and big shx name using objectarx&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 03:24:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbtextstyletablerecord-getrecord-is-not-the-same-style/m-p/9408399#M4703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-30T03:24:38Z</dc:date>
    </item>
  </channel>
</rss>

