Later, when I start reading the family name from the font 'name' table, is where this is more relevant.
I will try rebasing and moving this patch to that area of the code so that it makes more sense.
-aric
On Tue Sep 2 16:51:40 2014, Nikolay Sivov wrote:
+HRESULT clone_localizedstring(IDWriteLocalizedStrings *iface, IDWriteLocalizedStrings **strings)
This looks unnecessary, as you can do create_localizedstrings() and a series of add_localizedstring() after.