godot/thirdparty/graphite/src/Justifier.cpp

// SPDX-License-Identifier: MIT OR MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later
// Copyright 2012, SIL International, All rights reserved.


#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)
{}