1
'From Squeak3.10.2 of ''5 June 2008'' [latest update: #7179] on 2 April 2010 at 7:58:47 am'!
b'"Change Set:\t\tFT2PluginHeaderFix-ikp'
b'Date:\t\t\t2 April 2010'
b'Author:\t\t\tIan Piumarta'
b'freetype-config -cflags adds /usr/include/freetype2 to include paths under which exists freetype/tttables.h so we need to use the two-level relative path when including that file."!'
b"!FT2Plugin class methodsFor: 'translation' stamp: 'ikp 4/2/2010 07:55'!"
b"\tcg addHeaderFile: '<ft2build.h>'."
b"\tcg addHeaderFile: '<freetype/tttables.h>'."
b"\tcg addHeaderFile: 'FT_FREETYPE_H'."
b"\tcg addHeaderFile: 'FT_OUTLINE_H'."
b"\tcg var: 'library' declareC: 'FT_Library library'."
b"\tcg var: 'errorCode' type: 'int'.! !"
b'\\ No newline at end of file'