mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2025-01-12 10:29:45 +00:00
Font file in .SET
This commit is contained in:
parent
a6ae3a0397
commit
eaea2a9fc6
@ -196,7 +196,7 @@ abstract class AbstractCatalogEntry implements AppleFileSource
|
||||
|
||||
System.arraycopy (buffer, 4, exactBuffer, 0, exactBuffer.length);
|
||||
|
||||
if (name.endsWith (".FONT"))
|
||||
if (name.endsWith (".FONT") || name.endsWith (".SET"))
|
||||
appleFile = new FontFile (name, exactBuffer);
|
||||
else if (ShapeTable.isShapeTable (exactBuffer))
|
||||
appleFile = new ShapeTable (name, exactBuffer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user