Renamed: LTAnon -> LTAnno

pull/1/head
Yusuke Shinyama 2013-11-11 19:18:16 +09:00
parent cbef967fbf
commit 0a4bc9dee9
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<div align=right class=lastmod> <div align=right class=lastmod>
<!-- hhmts start --> <!-- hhmts start -->
Last Modified: Sat May 14 16:36:12 UTC 2011 Last Modified: Mon Nov 11 10:18:06 UTC 2013
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
@ -153,10 +153,10 @@ or vertically, depending on the text's writing mode.
<code>get_text()</code> method returns the text content. <code>get_text()</code> method returns the text content.
<dt> <code>LTChar</code> <dt> <code>LTChar</code>
<dt> <code>LTAnon</code> <dt> <code>LTAnno</code>
<dd> Represent an actual letter in the text as a Unicode string. <dd> Represent an actual letter in the text as a Unicode string.
Note that, while a <code>LTChar</code> object has actual boundaries, Note that, while a <code>LTChar</code> object has actual boundaries,
<code>LTAnon</code> objects does not, as these are "virtual" characters, <code>LTAnno</code> objects does not, as these are "virtual" characters,
inserted by a layout analyzer according to the relationship between two characters inserted by a layout analyzer according to the relationship between two characters
(e.g. a space). (e.g. a space).