#include "nodetxts.h"
Go to the source code of this file.
Classes | |
class | FormatRegion |
A FormatRegion is a render region that is used during the formatting of characters. No actual rendering is done; the FormatRegion provides a simple way of managing the attribute stack. More... | |
class | FormatState |
encapsulates state when wrapping/formatting a text line More... | |
class | TextLineInfo |
passing line level info to/from functions More... | |
class | TextLine |
A TextLine gathers together all characters on a single line in a text story. The TextLine object is responsible for rendering all its character node children. It needs to do this because TextChars have no associated bounds and so they can only render themselves relative to other chars. More... |