Commit 573770b5a14a7fe11d2720ac7f42612a21674d0d

sammy 2008-04-28T21:12:36

* Beginning of a new refactoring task. Classes inheriting FTFont or FTLayout now hide their private members behind a pImpl pointer. This will make the public headers smaller, and we will not break the ABI by changing private members of our public classes. This first step just splits classes but does not reorganise files.