X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffont-select.cc;h=dc536a9c7a04aa1cf33173124e26f8295c8b7a85;hb=7b2269902a35beda4cb5a6b031089adf3da4fd1e;hp=2765aa8c1491f1226a4426df4479fa8adcd747c1;hpb=480a711ef5165e3d38839c0b6c90ec931bce94d3;p=lilypond.git diff --git a/lily/font-select.cc b/lily/font-select.cc index 2765aa8c14..dc536a9c7a 100644 --- a/lily/font-select.cc +++ b/lily/font-select.cc @@ -1,9 +1,20 @@ /* - font-select.cc -- implement property -> font_metric routines. + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2003--2010 Han-Wen Nienhuys - (c) 2003--2006 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ @@ -109,8 +120,7 @@ select_encoded_font (Output_def *layout, SCM chain) } #if HAVE_PANGO_FT2 - if (scm_is_string (name) - && is_pango_format_global) + if (scm_is_string (name)) return select_pango_font (layout, chain); else #endif