RVTDocs.com
Namespace: Autodesk.Revit.DB Class: FormattedText

FormattedText.SetBoldStatus(Boolean)

Method
Description:
Sets the characters in the entire text to be bold or not bold.
Syntax
public void SetBoldStatus(
	bool isBold
)
Parameters
Parameter Type Description
isBold Boolean The desired bold status of characters in the entire text. True to set bold, false to set not bold.
Return Value