In v2, fix time out issue (loop variable name was incorrect).
Otherwise localized family name of IPA font isn't available in DirectWrite. While Wine enumerates localized name in GDI.
N.B. IPA font family (e.g. IPA Mincho) is a bit tricky. It has Japanese (Kanji) name for Japanese Windows, though it has English (ASCII) name for Japanese Macintosh. And due to record order, Wine's DirectWrite chooses Macintosh one.
Signed-off-by: Akihiro Sagawa sagawa.aki@gmail.com --- dlls/dwrite/opentype.c | 52 ++++++++++++++++++-------------------------------- 1 file changed, 19 insertions(+), 33 deletions(-)