freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Text rendering error


From: address@hidden
Subject: Re: [ft-devel] Text rendering error
Date: Thu, 2 Nov 2017 14:26:38 +0800

OK, so how do we fix this problem in the code inside?:

static const char trick_names[TRICK_NAMES_COUNT]
                                 [TRICK_NAMES_MAX_CHARACTERS + 1] =
    {
      "DFKaiSho-SB",        /* dfkaisb.ttf */
      "DFKaiShu",
      "DFKai-SB",           /* kaiu.ttf */
      "HuaTianKaiTi?",      /* htkt2.ttf */
      "HuaTianSongTi?",     /* htst3.ttf */
      "Ming(for ISO10646)", /* hkscsiic.ttf & iicore.ttf */
      "MingLiU",            /* mingliu.ttf & mingliu.ttc */
      "PMingLiU",           /* mingliu.ttc */
      "MingLi43",           /* mingli.ttf */
    };
--------------》
static const char trick_names[TRICK_NAMES_COUNT]
                                 [TRICK_NAMES_MAX_CHARACTERS + 1] =
    {
      "DFKaiSho-SB",        /* dfkaisb.ttf */
      "DFKaiShu",
      "DFKai-SB",           /* kaiu.ttf */
      "HuaTianKaiTi?",      /* htkt2.ttf */
      "HuaTianSongTi?",     /* htst3.ttf */
      "Ming(for ISO10646)", /* hkscsiic.ttf & iicore.ttf */
      "MingLiU",            /* mingliu.ttf & mingliu.ttc */
      "PMingLiU",           /* mingliu.ttc */
      "MingLi43",           /* mingli.ttf */
      "DFGothic-EB",
      "DLCLiShu",
      "DLCHayBold",          
    };
and if the subsetted font's family name is empty, we also add the subsetted font's
cvt/prep/fpgm checksums to FreeType?
 
 
------------------ Original ------------------
Date:  Thu, Nov 2, 2017 02:11 PM
To:  "address@hidden"<address@hidden>;
Cc:  "Werner LEMBERG"<address@hidden>; "freetype-devel"<address@hidden>;
Subject:  Re: [ft-devel] Text rendering error
 
Dear Yan, Werner,

Sorry for lated response to this discussion.

It seems that DFGothic-EB in 1.pdf retains cvt/prep/fpgm
tables, so it would be possible to include their checksums
tricky font detector. I would try to find other PDFs
including DFGothic-EB to confirm the checksums are stable.

Also, DLCLiShu and DLCHayBold in 2.pdf might be tricky.

Regards,
mpsuzuki




address@hidden wrote:
> Werner and Toshiya-san, i found the base name is
> DAWJQA+DFGothic-EB-WIN-RKSJ-H in the pdf file ,
> maybe it is subsetted from the DFGothic_EB font.
> so the DFGothic_XXX is the tricky' font?
> and DFGothic_XXX font is not found in tt_check_trickyness.
>
>
>
> ------------------ Original ------------------
> From:  "Werner LEMBERG"<address@hidden>;
> Date:  Wed, Nov 1, 2017 05:20 PM
> To:  "yinsen_yan"<address@hidden>;
> Cc:  "freetype-devel"<address@hidden>; "mpsuzuki"<address@hidden>;
> Subject:  Re: [ft-devel] Text rendering error
>
>
>> This seems to be a subsetted `tricky' font.  However, all bytecode
>> instructions have been stripped off from the glyphs...  Of course,
>> this *must* fail :-)
>
> Oops, sorry, there actually *is* bytecode in the glyphs and it works,
> but only in v35 mode of the bytecode interpreter.  Because FreeType
> can't detect the trickyness automatically, v40 is applied by default,
> causing the bad rendering results.
>
> Toshiya-san, do you think it makes sense to add this subsetted font's
> cvt/prep/fpgm checksums to FreeType?
>
>
>     Werner
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]