diff options
author | nyamatongwe <devnull@localhost> | 2003-03-01 21:45:16 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-03-01 21:45:16 +0000 |
commit | c49aae8c8b1508a5f7df24409c8cf50c67da6d1f (patch) | |
tree | 261a639d7a7e3a124c38cf16e5d47077a84a890f /doc/ScintillaDoc.html | |
parent | dbbe7f0a373caa6a7ee1a3dc959acb0817e6781d (diff) | |
download | scintilla-mirror-c49aae8c8b1508a5f7df24409c8cf50c67da6d1f.tar.gz |
Explained control character style.
Diffstat (limited to 'doc/ScintillaDoc.html')
-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> |