aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-04-16 13:49:03 +1000
committernyamatongwe <unknown>2013-04-16 13:49:03 +1000
commit6af21a0ecb134a6cdeb1e9083b5c5064b5351bff (patch)
tree94262fea9feda859723f122b4a0f0e321681e939 /doc/ScintillaDoc.html
parent5fb251b685ce02476ca250d43dd56b92e538cc44 (diff)
downloadscintilla-mirror-6af21a0ecb134a6cdeb1e9083b5c5064b5351bff.tar.gz
Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic an
appearance used for Asian language input composition.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 18155093b..44b7449b7 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3925,6 +3925,16 @@ struct Sci_TextToFind {
Apperance will not be as good as <code>INDIC_SQUIGGLE</code> on OS X in HiDPI mode.</td>
</tr>
+ <tr>
+ <td align="left"><code>INDIC_COMPOSITIONTHICK</code></td>
+
+ <td align="center">14</td>
+
+ <td>A 2-pixel thick underline located at the bottom of the line to try to avoid touching the character base.
+ Each side is inset 1 pixel so that different indicators in this style covering a range appear isolated.
+ This is similar to an appearance used for Asian language input composition.</td>
+ </tr>
+
</tbody>
</table>