This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
CHARFORMAT2 structure.
Syntax
Type CHARFORMAT2 Byte
cbSize As DWORD
dwMask As DWORD
dwEffects As DWORD
yHeight As Long
yOffset As Long ' > 0 for superscript, < 0 for subscript
crTextColor As DWORD
bCharSet As Byte
bPitchAndFamily As Byte
szFaceName As ASCIIZ * %LF_FACESIZE
wFiller As WORD
wWeight As WORD ' Font weight (LOGFONT value)
sSpacing As Integer ' Amount to space between letters
crBackColor As DWORD ' Background color
lcid As DWORD ' Locale ID
dwReserved As DWORD ' Reserved. Must be 0
sStyle As Integer ' Style handle
wKerning As WORD ' Twip size above which to kern char pair
bUnderlineType As Byte ' Underline type
bAnimation As Byte ' Animated text like marching ants
bRevAuthor As Byte ' Revision author index
bReserved1 As Byte ' <- added..
End Type
Remarks
See also
Examples