X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmodified-font-metric.cc;h=eff730176b61e50a45fcadd028afdf74ddfd9e45;hb=d3d503dad2370d655b05314608d77d40d198527f;hp=6b3d767669ab4870f450f1c553dd06f8756a767d;hpb=e2c7a2ab964d7ab2b4d993634303327adf5e39f2;p=lilypond.git diff --git a/lily/modified-font-metric.cc b/lily/modified-font-metric.cc index 6b3d767669..eff730176b 100644 --- a/lily/modified-font-metric.cc +++ b/lily/modified-font-metric.cc @@ -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 @@ -93,19 +93,13 @@ Modified_font_metric::index_to_charcode (vsize i) const return orig_->index_to_charcode (i); } -vsize -Modified_font_metric::index_to_ascii (vsize k) const -{ - return orig_->index_to_ascii (k); -} - void Modified_font_metric::derived_mark () const { } Stencil -Modified_font_metric::text_stencil (Output_def* state, +Modified_font_metric::text_stencil (Output_def *state, string text, bool feta) const { Box b;