diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-6A5FAD55-DE84-569D-B5EB-1474DD2AF392.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-6A5FAD55-DE84-569D-B5EB-1474DD2AF392.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,12 @@ + + + + + +Introduction to text handling

Text handling facilities begin with descriptors. These provide a basic API for constructing strings, passing them to functions, manipulating them, and extracting data. Additionally, they work with both 8-bit and 16-bit character sets.

For graphics applications, the support for text begins with the font classes provided by the GDI, and the CGraphicsContext::DrawText() function. These provide facilities to select a font, and to draw a single descriptor to any kind of graphics device.

These basic facilities are provided, in various forms, by most operating systems. For most real applications, there are several key requirements which go beyond this:

\ No newline at end of file