arsd-official ~master (2025-03-11T16:41:51Z)
Dub
Repo
RtfControlWord
arsd
rtf
A control word directly from the RTF file format.
struct
RtfControlWord {
bool
hadSpaceAtEnd
;
bool
hadNumber
;
string
letterSequence
;
int
number
;
}
Meta
Source
See Implementation
arsd
rtf
functions
readRtfFromBytes
readRtfFromString
toPlainText
structs
RtfControlWord
RtfDocument
RtfGroup
RtfPiece
RtfState
A control word directly from the RTF file format.