X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontInfo.C;h=c9dd2e1839010d434723cf08a355c613dd9deff4;hb=98c966c64594611e469313314abd1e59524adb4a;hp=3cb9af091190197e1d8020ed5d2c6ab1927992f3;hpb=a45afb24a48241fa2dbdb20770eead62796f4214;p=lyx.git diff --git a/src/FontInfo.C b/src/FontInfo.C index 3cb9af0911..c9dd2e1839 100644 --- a/src/FontInfo.C +++ b/src/FontInfo.C @@ -1,8 +1,8 @@ /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1997 Asger Alstrup * and the LyX Team. * @@ -67,13 +67,13 @@ string const FontInfo::getFontname(int size) // We use the closest match lyxerr[Debug::FONT] << "Using closest font match to get size " - << size + << size << " with\n" << strings[closestind] << endl; return strings[closestind]; } -/// Build newly sized font string +/// Build newly sized font string string const FontInfo::resize(string const & font, int size) const { string ret(font); @@ -134,7 +134,7 @@ void FontInfo::query() for (int i = 0; i < matches; ++i) { string name(list[i]); lyxerr[Debug::FONT] << "match #" << i << " " - << name << endl; + << name << endl; sizes[i] = lyx::atoi(token(name, '-', 7)); strings[i] = name; if (sizes[i] == 0) {