void FTSimpleLayoutImpl::OutputWrapped(const wchar_t *buf, const int len, FTPoint position, int renderMode, const float remaining, FTBBox *bounds) { OutputWrappedI(buf, len, position, renderMode, remaining, bounds); }
void FTSimpleLayout::OutputWrapped(const char *buf, const int len, FTPoint position, const float remaining, FTBBox *bounds) { OutputWrappedI(buf, len, position, remaining, bounds); }