Contains information about text item properties
Fields:
| Name | Type | Description |
|---|---|---|
| bsFontFace | string | Font face (use the Bold, Italic, Underline, StrikeOut words in the face name for specify the corresponding text) |
| bsTextString | string | item text content |
| dblOutlineWidth | double | outline width |
| eTextType | eCG_TextType | type of text item |
| nDTFlags | eCG_DTFlags | additional flags for text formatting |
| nFontHeight | integer | Height of font (in pixels) |
| nOutlineColor | integer | Outline color in RGBA format 0xAABBGGRR converted to integer |
| nTextColor | integer | xt color in RGBA format 0xAABBGGRR converted to integer |
| nTimeOffset | integer | Time offset for eCGTT_DateTime in SIGN:HH:MM:SS (0xSGHHMMSS) 0x10112233 means 11 hours 22 minutes 33 seconds backward 0x00112233 means 11 hours 22 minutes 33 seconds forward for eCGTT_Timecode in HH:MM:SS:FF (0xHHMMSSFF) 0x11223315 mean 11 hours 22 minutes 33 seconds and 15 frames offset for eCGTT_Subtitles offset in milliseconds (with sign) |