#include <ut_text.h>
Collaboration diagram for UtExtCharLine:

Public Attributes | |
| char * | line_p |
| Pointer to the beginning line. | |
| ulong | line_i |
| Number of the line. | |
| ulong | nb_ext_chars |
| Number of extended characters in the line. | |
| UtExtCharLine * | next |
| Pointer to the next struture. NULL if last. | |
This structure refers to a line with extended characters. The list of lines with extended characters is filtered to exclude lines with same characters and is stocked in a linked list accessible from UtText.
Definition at line 109 of file ut_text.h.
1.3.9