(resend)[3/6]dwrite: Implement GetInformationalStrings

Aric Stewart aric at codeweavers.com
Fri Sep 5 08:41:37 CDT 2014


On Fri Sep  5 08:36:39 2014, Alexandre Julliard wrote:
> Aric Stewart <aric at 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



More information about the wine-devel mailing list