您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223
  1. [header]
  2. 1D 00 # String length 0x1b=29
  3. 09 # Option flag, rich text + 16bit
  4. 02 00 # Formatting runs
  5. # String: At a dinner party or
  6. 41 00 74 00 20 00 61 00 20 00
  7. 64 00 69 00 6E 00 6E 00 65 00
  8. 72 00 20 00 70 00 61 00 72 00
  9. 74 00 79 00 20 00 6F 00 72 00
  10. [continue1]
  11. # Continuation record
  12. 00 # option flag
  13. # string:at at at
  14. 41 74 20
  15. 41 74 20
  16. 41 74 20
  17. 00 00 # Formatting run 1, first formatted char at 0
  18. 00 00 # Formatting run 1, Index to font record
  19. 02 00 # Formatting run 2, first formatted char at 2
  20. 00 00 # Formatting run 2, Index to font record