diff options
author | nyamatongwe <unknown> | 2003-03-01 21:45:16 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-03-01 21:45:16 +0000 |
commit | a2d8202aa539c9ac941e6a1f8bd54955c5121099 (patch) | |
tree | 261a639d7a7e3a124c38cf16e5d47077a84a890f | |
parent | fb05ca58eba5e21f10d8a8910b436caad10ffa6c (diff) | |
download | scintilla-mirror-a2d8202aa539c9ac941e6a1f8bd54955c5121099.tar.gz |
Explained control character style.
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ef79b95b9..a06d1928d 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1776,7 +1776,9 @@ struct TextToFind { <td>36</td> - <td>This style sets the display attributes used when drawing control characters. See + <td>This style sets the font used when drawing control characters. + Only the font, size, bold, italics, and character set attributes are used and not + the colour attributes. See also: <a class="message" href="#SCI_SETCONTROLCHARSYMBOL"><code>SCI_SETCONTROLCHARSYMBOL</code></a>.</td> </tr> |