[PATCH] fonts: Change the charset of wingdings.sfd to SYMBOL_CHARSET.

Huw Davies huw at codeweavers.com
Fri Nov 8 05:11:50 CST 2019


On Thu, Nov 07, 2019 at 06:39:28PM +0900, katahiromz . wrote:
> See attachment.

> From e5221b581e0c0ca8b6d0b4d9cd714129594e577e Mon Sep 17 00:00:00 2001
> From: Hirofumi Katayama <katayama.hirofumi.mz at gmail.com>
> Date: Thu, 7 Nov 2019 18:36:56 +0900
> Subject: [PATCH] fonts: Change the charset of wingdings.sfd to SYMBOL_CHARSET.
> 
> Wingdings font must be SYMBOL_CHARSET not DEFAULT_CHARSET.
> 
> Signed-off-by: Hirofumi Katayama <katayama.hirofumi.mz at gmail.com>
> ---
>  fonts/wingding.sfd | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/fonts/wingding.sfd b/fonts/wingding.sfd
> index d5b7ec871b..578dbbdcda 100644
> --- a/fonts/wingding.sfd
> +++ b/fonts/wingding.sfd
> @@ -38,6 +38,8 @@ HheadAOffset: 1
>  HheadDescent: 0
>  HheadDOffset: 1
>  OS2Vendor: 'Wine'
> +OS2CodePages: 80000000.00000000
> +OS2UnicodeRanges: 00000000.00000000.00000000.00000000
>  DEI: 91125
>  ShortTable: cvt  2
>    68

What are you trying the change here?  In the generated wingding.tff, we
already have the correct codepage and unicode ranges in the OS/2 table.

Huw.



More information about the wine-devel mailing list