Apply bold weight and return self.

Property definitions

console $ TermCharFormat :: bold
	# Apply bold weight and return `self`.
	fun bold: TermCharFormat do return apply("1")
lib/console/console.nit:207,2--208,46