From the help file for the Font object (same as NormalFont in the ImageLibEx) in the new GDI+Desktop library
Value : Font [I/)] : Gets or sets a Font object that can be used by DrawerEx to render text. Note that assigning a Font object to this property does not copy a reference to the font but only copies its attributes such as size etc. Getting a Font object from this property always results in a reference to a new instance of a font. The reason for this is that fonts are immutable once created so if the attributes are changed a new instance of a font must be created.