/branches/Version13x/Scribus/scribus/pageitem_textframe.cpp |
---|
223,11 → 223,11 |
static const bool legacy = true; |
static void layoutDropCap(GlyphLayout layout, double curX, double curY, double offsetX, double offsetY, double dropCapDrop) |
/*static void layoutDropCap(GlyphLayout layout, double curX, double curY, double offsetX, double offsetY, double dropCapDrop) |
{ |
} |
*/ |
/** |
Clones the tab fill char as often as necssary after all distances are known |
*/ |
/branches/Version13x/Scribus/scribus/pageitem_desaxe.cpp |
---|
313,7 → 313,6 |
// qDebug(QString("pageitem_desaxe: gradient %1").arg(tagName)); |
if (tagName=="CStop") |
{ |
ScribusDoc* doc = this->dig->lookup<ScribusDoc>("<scribusdoc>"); |
PageItem* item = this->dig->top<PageItem>(); |
QString name = attr["NAME"]; |
double ramp = parseDouble(attr["RAMP"]); |