// -*- C++ -*- /* This file is part of* *====================================================== * *LyX,TheDocumentProcessor * *Copyright(C)1995MatthiasEttrich *
*======================================================*/
/// Check if we know the modifier and can display it ok on screen. void checkContents(); ///
LString contents; /// can display as proper char bool candisp; /// modifier type
ACCENT_TYPES modtype;
/// remove dot from 'i' and 'j' or transform l,L into lslash,LSLaSH bool remdot; /// add something to ascent - accent at the top bool plusasc; /// add something to descent - underlined char bool plusdesc; /// international char char ic;
};
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.