-
This all still works on Windows...the regression test builds and passes.
2008-03-13 19:07:39 UTC in SILGraphite: rendering non-roman scripts
-
I've fixed this. (However, drag and drop is not very useful when you have #include files and don't have GDLPP_PREFS set correctly.)
2007-10-19 19:15:38 UTC in SILGraphite: rendering non-roman scripts
-
From Victor Roetman:
There is a bug in gdlpp which also exists in the cpp version that you based it on.
When compiled on a Linux system (Ubuntu Feisty in this case), it had problems when mixing a Unix format file (\n) with a DOS format file (\n\r).
The specific case that failed for me is as follows:
file1 includes file2
file2 includes file3
files 1 and 3 were in Unix format...
2007-08-24 13:45:59 UTC in SILGraphite: rendering non-roman scripts
-
The problem happened when the error occurred in loading the Graphite font, rather than during rendering itself.
I added some regression tests to check this.
2007-07-18 18:14:21 UTC in SILGraphite: rendering non-roman scripts
-
Fixed. The engine will now simply create a temporary pointer to the crucial tables (cmap and name in particular) and then update the pointers as necessary when creating a segment.
2007-07-17 19:11:47 UTC in SILGraphite: rendering non-roman scripts
-
According to both the documentation (V2_Engine_Interface.odt, ยง3.1)
and the comments in Font.h, the getTable() method is allowed to set
the table length output parameter to zero (while returning the
correct table pointer), if it cannot readily determine the actual
table size.
However, if a Font class actually does this, the engine crashes; for
example...
2007-07-17 19:08:58 UTC in SILGraphite: rendering non-roman scripts
-
sharoncorrell committed patchset 384 of module silgraphite to the SILGraphite: rendering non-roman scripts CVS repository, changing 2 files.
2005-10-28 15:41:49 UTC in SILGraphite: rendering non-roman scripts
-
sharoncorrell committed patchset 383 of module silgraphite to the SILGraphite: rendering non-roman scripts CVS repository, changing 1 files.
2005-10-26 21:49:51 UTC in SILGraphite: rendering non-roman scripts
-
sharoncorrell committed patchset 381 of module silgraphite to the SILGraphite: rendering non-roman scripts CVS repository, changing 5 files.
2005-08-24 18:14:10 UTC in SILGraphite: rendering non-roman scripts
-
sharoncorrell committed patchset 359 of module silgraphite to the SILGraphite: rendering non-roman scripts CVS repository, changing 33 files.
2005-06-01 16:18:43 UTC in SILGraphite: rendering non-roman scripts