The FontBold property returns True if the current font
          style has the bold attribute enabled. Setting this property changes
          the style for the current font. Changing the Bold property of
          the object returned by the Font property will automatically
          update this property.
          This property is provided for compatibility with languages which
          do not support the standard Font object, or where using the Font
          object interface is difficult. When possible, it is recommended that
          programs use the Font property instead.