module RubyXL::FontConvenienceMethods

def is_bold

def is_bold
  b && (b.val != false)
end