Skip to content

Enable read/write tables in raw mode when not managed #135

@bsweeney

Description

@bsweeney

The default table handling logic for non-managed (within php-font-lib) tables should be to read/write the table in raw mode. Table::parse and Table::encode have logic to read/write the table in "raw" mode if the table structure ($def) is not defined. However, that logic is currently disabled because not all managed tables have a $def.

Originally posted by @bsweeney in #115 (comment)

Activity

changed the title [-]Enable read/write tables in raw mode with not managed[/-] [+]Enable read/write tables in raw mode when not managed[/+] on Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Enable read/write tables in raw mode when not managed · Issue #135 · dompdf/php-font-lib