summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 91c307b)
raw | patch | inline | side by side (parent: 91c307b)
author | Jon A. Cruz <jon@joncruz.org> | |
Sun, 18 Apr 2010 08:40:21 +0000 (01:40 -0700) | ||
committer | Jon A. Cruz <jon@joncruz.org> | |
Sun, 18 Apr 2010 08:40:21 +0000 (01:40 -0700) |
src/libnrtype/FontInstance.cpp | patch | blob | history |
index 7b16ae9b29f51f9cd3e678bbac5255be3de2875a..b958e899dca6c713db228cbc687c6f590ab07dd9 100644 (file)
} else {
res = FT_Get_Char_Index(theFace, c);
}
- }
#endif
+ }
return res;
}