more or less... Strings no have color, style, font, height, etc, strings are char collection in memory, to render one string in display using gdi+ for exemple, you also need font, brush, position, etc. Text object encapsulating many others object types.You can acess the string of the text object with the propertie "Contents".
↧