From 0a4bc9dee9dd124dc6038c5c47aaea46e328e7df Mon Sep 17 00:00:00 2001 From: Yusuke Shinyama Date: Mon, 11 Nov 2013 19:18:16 +0900 Subject: [PATCH] Renamed: LTAnon -> LTAnno --- docs/programming.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/programming.html b/docs/programming.html index fd6599b..6daaeae 100644 --- a/docs/programming.html +++ b/docs/programming.html @@ -9,7 +9,7 @@
-Last Modified: Sat May 14 16:36:12 UTC 2011 +Last Modified: Mon Nov 11 10:18:06 UTC 2013
@@ -153,10 +153,10 @@ or vertically, depending on the text's writing mode. get_text() method returns the text content.
LTChar -
LTAnon +
LTAnno
Represent an actual letter in the text as a Unicode string. Note that, while a LTChar object has actual boundaries, -LTAnon objects does not, as these are "virtual" characters, +LTAnno objects does not, as these are "virtual" characters, inserted by a layout analyzer according to the relationship between two characters (e.g. a space).