X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffont-metric.hh;h=4d9ddbbe996a27cf067325c00841828cac465811;hb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;hp=21433d2403c6f21ef415cdf50b9a672ab34b87ec;hpb=0950de32403b199efc8454ca527f1201ee458417;p=lilypond.git diff --git a/lily/include/font-metric.hh b/lily/include/font-metric.hh index 21433d2403..4d9ddbbe99 100644 --- a/lily/include/font-metric.hh +++ b/lily/include/font-metric.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2010 Han-Wen Nienhuys + Copyright (C) 1999--2011 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ typedef std::map Index_to_charcode_map; class Font_metric { - DECLARE_CLASSNAME(Font_metric); + DECLARE_CLASSNAME (Font_metric); public: SCM description_; @@ -40,7 +40,7 @@ public: // Return stencil for given string. output_state may be modified to // record the font. - virtual Stencil text_stencil (Output_def* output_state, + virtual Stencil text_stencil (Output_def *output_state, string text, bool music) const; virtual string font_name () const;