Returns a Font object that is a copy of this style's font. Some style types do not have character formatting. In these cases, this method returns null.

 public Font Font{ get; }
Public ReadOnly Property Font() As Font

          Font fnt = namedStyl.Font;
        

          Dim fnt As Font = namedStyl.Font