Edit

kc3-lang/freetype/src/base

Branch :

  • Show log

    Commit

  • Author : suzuki toshiya
    Date : 2017-09-09 01:28:24
    Hash : 3ef59e59
    Message : [base] Remove a check for resource ID in the resource fork driver. LastResort.dfont has a marginal resource ID 0xFFFF for sfnt resource. Inside Macintosh: More Macintosh Toolbox, `Resource IDs' (1-46), tells that some IDs are reserved and should not be used. FreeType2 just uses resource ID to sort the fragmented resource. To accept the marginal fonts, the checking is removed. * src/base/ftrfork.c (FT_Raccess_Get_DataOffsets): Remove res_id validity check, fix a trace message format.