lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 4902: Improve `-dgs-load-fonts` option for TTF that doesn't have g


From: lemzwerg
Subject: Issue 4902: Improve `-dgs-load-fonts` option for TTF that doesn't have glyph names (issue 302000043 by address@hidden)
Date: Sun, 19 Jun 2016 11:49:53 -0700

LGTM.


https://codereview.appspot.com/302000043/diff/1/lily/open-type-font-scheme.cc
File lily/open-type-font-scheme.cc (right):

https://codereview.appspot.com/302000043/diff/1/lily/open-type-font-scheme.cc#newcode216
lily/open-type-font-scheme.cc:216: bool has_glyph_names =
face->face_flags & FT_FACE_FLAG_GLYPH_NAMES;
bool has_glyph_names = FT_HAS_GLYPH_NAMES(face);

https://codereview.appspot.com/302000043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]