// // FastReport RichText infrastructure // using System.Collections.Generic; namespace FastReport.RichTextParser { #pragma warning disable 1591 /// /// Internal representation of RichText document /// public struct RichDocument { public long size; public List pages; // RTF header public List font_list; public List color_list; public List