/* This file is part of * ====================================================== * * LyX, The Document Processor * * Copyright (C) 1995 Matthias Ettrich * Copyright (C) 1995-1998 The LyX Team. *
*======================================================*/
int InsetLatex::Width(LyXFont const &font) const
{ return6 + font.stringWidth(contents);
}
void InsetLatex::Draw(LyXFont font, LyXScreen &scr, int baseline, float &x)
{ // Latex-insets are always LaTeX, so just correct the font */
font.setLatex(LyXFont::ON);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.