/// <summary>Function to write out the specifics of the font brush data to a file writer.</summary> /// <param name="writer">The writer used to write the brush data.</param> internal override void WriteBrushData(GorgonBinaryWriter writer) { writer.Write((int)HatchStyle); writer.Write(ForegroundColor.ToARGB()); writer.Write(BackgroundColor.ToARGB()); }