namespace Quik.Media.Font { public enum SystemFontFamily { /// /// A font with serifs, like Times New Roman. /// Serif, /// /// A font without serifs, like Helvetica or Arial. /// Sans, /// /// A monospace font like Courier New. /// Monospace, /// /// A cursive font like Lucida Handwriting. /// Cursive, /// /// An immature font like Comic Sans or Papyrus, nghehehehe. /// Fantasy } }