X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fopen-type-font.hh;h=b86a560a73272bc4dc6b963c850a7fcc05f15924;hb=28d3a736534f3aa3cd403485770a019bd35114c4;hp=cb55e9744bc890842a0445bb221a66886e834f7c;hpb=f0eca19f1dc9ffddf98eadf39800405fe4d3e7a5;p=lilypond.git diff --git a/lily/include/open-type-font.hh b/lily/include/open-type-font.hh index cb55e9744b..b86a560a73 100644 --- a/lily/include/open-type-font.hh +++ b/lily/include/open-type-font.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2004--2012 Han-Wen Nienhuys + Copyright (C) 2004--2015 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 @@ -30,6 +30,7 @@ class Open_type_font : public Font_metric { /* handle to face object */ FT_Face face_; + string postscript_name_; SCM lily_subfonts_; SCM lily_character_table_; @@ -65,5 +66,6 @@ public: string get_otf_table (FT_Face face, const string &tag); FT_Face open_ft_face (const string&, FT_Long idx); +string get_postscript_name (FT_Face face); #endif /* OPEN_TYPE_FONT_HH */