lilypond-devel
[Top][All Lists]
Advanced

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

Re: FT_ENCODING_NONE in CVS 2006-10-21


From: Han-Wen Nienhuys
Subject: Re: FT_ENCODING_NONE in CVS 2006-10-21
Date: Sat, 21 Oct 2006 12:22:54 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20061008)

Werner LEMBERG schreef:
Looking into lilypond's lily/ttf.cc I see this:

  FT_CharMap current_cmap = face->charmap;
  FT_Select_Charmap(face, FT_ENCODING_NONE);

  int j = 0;
  for (charcode = FT_Get_First_Char (face, &gindex); gindex != 0;
       charcode = FT_Get_Next_Char (face, charcode, &gindex))
    {
      m[gindex] = charcode;
      j++;
    }
  FT_Set_Charmap (face, current_cmap);

What shall this code do?  Selecting FT_ENCODING_NONE with

Oh, this is an oops of a previous debugging attempts with the ft-ligature problems I encountered. I'll build a new binary.

--

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

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