diff options
| author | nyamatongwe <devnull@localhost> | 2013-04-16 13:49:03 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2013-04-16 13:49:03 +1000 |
| commit | f17c785c236648e3370efc1006b81f2b73946ce0 (patch) | |
| tree | 5833c5c8dbf24af12f9b98cea373f94a4d72d83d /doc/ScintillaDoc.html | |
| parent | b2a885541dcc4466851bea72f1e42993d3db48e1 (diff) | |
| download | scintilla-mirror-f17c785c236648e3370efc1006b81f2b73946ce0.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.html | 10 |
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> |
