5 Sep
2014
5 Sep
'14
8:41 a.m.
On Fri Sep 5 08:36:39 2014, Alexandre Julliard wrote:
Aric Stewart <aric(a)codeweavers.com> writes:
@@ -53,6 +54,8 @@ struct dwrite_font_data { DWRITE_FONT_SIMULATIONS simulations; DWRITE_FONT_METRICS metrics;
+ IDWriteLocalizedStrings *info_strings[23];
Where does this 23 come from?
http://www.microsoft.com/typography/otspec/name.htm Name IDs 0-22 are the predefined name ids. The correlate to DWRITE_INFORMATIONAL_STRING_ID values -aric