You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: