Skip to content

Open chinese pdf, crash #1

@smile190

Description

@smile190

The function parseFont in the FontList.m have some issues, the code "baseFont = [NSString stringWithUTF8String:@"%s", name];" may be return nil. My xcode version is 3.2.5. Change it with "baseFont = [NSString stringWithFormat:@"%s", name];". Everything is all right. Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions