weird string question
-
Quick question, does anyone know of a way to have a single string with different fonts and or sizes within that string? Thanks, Ryan
-
Quick question, does anyone know of a way to have a single string with different fonts and or sizes within that string? Thanks, Ryan
The string object holds no formatting just character data.
-
Quick question, does anyone know of a way to have a single string with different fonts and or sizes within that string? Thanks, Ryan
Hi Ryan. What are you looking to do? As Daniel mentioned, a
string
object contains no formatting itself - if you can elaborate on what you would like to accomplish, it might be easier to provide some help. -
Quick question, does anyone know of a way to have a single string with different fonts and or sizes within that string? Thanks, Ryan
-
Hi Ryan. What are you looking to do? As Daniel mentioned, a
string
object contains no formatting itself - if you can elaborate on what you would like to accomplish, it might be easier to provide some help.Sorry for the lack of explanation. I have a control that takes a string value. I blanked out there for a minute thinking that the string was holding formatting info, I ended up splitting the control and adding seperate strings to the seperate controls. But thanks for the replys! Ryan