<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > Text control UDTs > CHARFORMAT |
Description
CHARFORMAT structure.
Syntax
Type CHARFORMAT Byte
cbSize As DWORD
dwMask As DWORD
dwEffects As DWORD
yHeight As Long
yOffset As Long
crTextColor As DWORD
bCharSet As Byte
bPitchAndFamily As Byte
szFaceName As ASCIIZ * %LF_FACESIZE
wFiller As WORD
End Type
Remarks
See also
Examples