| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
These are not very reliable for things other than
marks, but even that is useful for debugging cluster
handling.
|
|
|
|
|
|
| |
Cluster boundaries were cutting off the first
character of a new cluster. Not great if the
tools print out misleading information.
|
|
|
|
|
| |
This is useful when trying to understand the output
for scripts I don't read.
|
|
|
|
| |
This helps with understanding clusters.
|
|
|
|
|
|
| |
There was some extra code here that was getting
in the way of using all the dumper tests on
the same input files. Get rid of it.
|
| |
|
|
|
|
|
| |
The return value of setlocale is only good until
the next call. Also, consistently use en_US.UTF-8.
|
| |
|
| |
|
|
|
|
|
| |
test-shape was using one of its attribute lists
after dropping the reference on it. Don't do that.
|
|
|
|
|
|
|
| |
We don't have any test cases for this in our testsuite,
but it is useful to run this manually to see the shaping
results. The output was missing all but the first char
for the last cluster in an item.
|
|
|
|
|
|
|
|
| |
Do not use homegrown assertion and failure macros, when GTest has
perfectly functional API to deal with all the cases Pango covers.
Using GTest also allows us to rely on appropriate formatting for
results and logging.
|
|
|
|
| |
Remove an unused function, and rename another.
|
| |
|
|
|
|
|
| |
Use the same logic as PangoLayout for
filtering attributes.
|
|
|
|
|
| |
We don't have any testcases for this yet,
no reason to fail the testsuite.
|
| |
|
| |
|
| |
|
|
|
|
| |
These are clang warnings.
|
|
This is similar in spirit to hb-shape. Take an
input and produce a sequence of glyphs as output.
There are no testcases yet.
|