Layout-TNG.cpp revision 1b5578543615e948325cbc197bfa14a5450eed2f
/*
* Inkscape::Text::Layout - text layout engine misc
*
* Authors:
* Richard Hughes <cyreve@users.sf.net>
*
* Copyright (C) 2005 Richard Hughes
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "Layout-TNG.h"
namespace Inkscape {
namespace Text {
_input_truncated(0),
{
textLength._set = false;
textLengthMultiplier = 1;
textLengthIncrement = 0;
}
{
clear();
}
{
textLength._set = false;
textLengthMultiplier = 1;
textLengthIncrement = 0;
}
{
}
}//namespace Text
}//namespace Inkscape