Contents Index Topic Contents | ||
Previous Topic: SOPutChar Next Topic: SOPutCharFontById |
SOPutCharAttr
Sets the style attributes for characters in text.
Syntax
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 Outline rather than solid SO_SHADOW Shadow slightly beneath and to the side 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 Value
No return value.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.