LineBreakContext Struct Reference

Context representing internal state of the line breaking algorithm. More...

#include <linebreakdef.h>

Collaboration diagram for LineBreakContext:
Collaboration graph
[legend]

Data Fields

const char * lang
 Language name.
struct LineBreakPropertieslbpLang
 Pointer to LineBreakProperties.
enum LineBreakClass lbcCur
 Breaking class of current codepoint.
enum LineBreakClass lbcNew
 Breaking class of next codepoint.
enum LineBreakClass lbcLast
 Breaking class of last codepoint.
int fLb21aHebrew
 Flag for Hebrew letters (LB21a).

Detailed Description

Context representing internal state of the line breaking algorithm.

This is useful to callers if incremental analysis is wanted.


Field Documentation

Flag for Hebrew letters (LB21a).

Language name.

Breaking class of current codepoint.

Breaking class of last codepoint.

Breaking class of next codepoint.

Pointer to LineBreakProperties.


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2