|
Returning a string (Partly Bold)
Ok here is my deal --
I am a little new at this and still learning, so keep it as informative as possible please (include imports, etc).
I have a public class
public class BoldMyString {
protected String getLetterBody() {
return "This string is not bold. This string is bold.\r\rNow this string is not bold.";
}
How do I get "This string is bold" to show up in bold lettering??
Thanks All.
|