Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite font matching logic to be more consistent | Khaled Hosny | 2010-04-02 | 1 | -0/+2 |
| | | | | | | We now simply loop over the whole data.mappings table, so loading font by family, fullname, psname etc is all the same, but it is a bit slower now (~0.25s with syatemfonts.tex). | ||||
* | Support loading fonts by fullname | Khaled Hosny | 2010-04-01 | 1 | -0/+7 |
| | | | | Now, if we didn't find a matching family name, we then try fullname. | ||||
* | Fix optical size with no range_top/bottom | Khaled Hosny | 2010-04-01 | 1 | -0/+9 |
| | | | | | Some fonts give only design size with no range, in this case we now will assume range top == range bottom == design size. | ||||
* | Test with node mode too | Khaled Hosny | 2010-03-31 | 1 | -2/+4 |
| | |||||
* | Make font names case insensitive | Khaled Hosny | 2010-03-24 | 1 | -0/+6 |
| | |||||
* | Updating to latest ConTeXt beta (2010.02.24) | Khaled Hosny | 2010-02-25 | 1 | -0/+4 |
| | | | | Now encoding related code gone. | ||||
* | Simplify again | Khaled Hosny | 2010-02-21 | 1 | -2/+2 |
| | |||||
* | Simplfy test file | Khaled Hosny | 2010-02-21 | 1 | -1/+1 |
| | |||||
* | Simple test for feature files | Khaled Hosny | 2010-02-21 | 2 | -0/+21 |
| | |||||
* | Some tests | Khaled Hosny | 2010-02-13 | 4 | -0/+71 |
Just few simple tests, we need a better test suite. |