#include "inc/Segment.h"
#include "graphite2/Font.h"
#include "inc/debug.h"
#include "inc/CharInfo.h"
#include "inc/Slot.h"
#include "inc/Main.h"
#include <cmath>
usingnamespacegraphite2;
class JustifyTotal { … };
void JustifyTotal::accumulate(Slot *s, Segment *seg, int level)
{ … }
float Segment::justify(Slot *pSlot, const Font *font, float width, GR_MAYBE_UNUSED justFlags jflags, Slot *pFirst, Slot *pLast)
{ … }
Slot *Segment::addLineEnd(Slot *nSlot)
{ … }
void Segment::delLineEnd(Slot *s)
{ … }