|
SOPutCharAttr
Sets the style attributes for characters in text.
VOID SOPutCharAttr(
WORD wAttr,
|
| WORD wState,
|
| HPROC reserved
|
| );
|
|
Parameters
wAttr
Style attribute type. This parameter can be one of these values:
SO_BOLD
| Bold
| SO_CAPS
| All capital letters
| SO_DOTUNDERLINE
| Dotted underline
| SO_DUNDERLINE
| Double underline
| SO_ITALIC
| Italic
| SO_OUTLINE
| Outlined rather than solid
| SO_SHADOW
| Shadow slightly beneath and behind
| SO_SMALLCAPS
| Small capital letters
| SO_STRIKEOUT
| Strikeout
| SO_SUBSCRIPT
| Subscript
| SO_SUPERSCRIPT
| Superscript
| SO_UNDERLINE
| Single underline
| SO_WORDUNDERLINE
| Underline
|
wState
Style attribute state. This parameter can be the SO_ON or SO_OFF value.
reserved
Reserved; do not use.
Return Values
None.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|