Method DrawTextWithBoldTags
DrawTextWithBoldTags(ReadOnlySpan<char>, PointD, Font, Color, Color?)
Draws text with html bold tags.
public virtual SizeD DrawTextWithBoldTags(ReadOnlySpan<char> text, PointD location, Font font, Color foreColor, Color? backColor = null)