summaryrefslogtreecommitdiff
path: root/otfl-font-xtx.lua
Commit message (Collapse)AuthorAgeFilesLines
* Updating to latest ConTeXt stable (2010.05.08)Khaled Hosny2010-05-091-1/+4
|
* Updating to latest ConTeXt beta (2010.02.23)Khaled Hosny2010-02-231-11/+5
| | | | | Now many of our fixes are incorporated upstream or fixed in a different way.
* Some loggingKhaled Hosny2010-02-061-3/+6
|
* Remove the spurious syrc entryKhaled Hosny2010-02-041-5/+0
|
* Make the default features table global (puplic)Khaled Hosny2010-01-301-19/+26
|
* Further cleanupKhaled Hosny2010-01-301-14/+13
| | | | Unify similar scripts and check default values with ICU.
* Further default features simplificationKhaled Hosny2010-01-301-34/+12
| | | | Don't explicitly list Latin and Latin-like scripts.
* Support per-script default featuresKhaled Hosny2010-01-301-1/+100
| | | | | | Now default features are implicitly selected based on script, code moved from fontspec (slightly simplified), default feature sets are based on Pango.
* Ignore empty optionsKhaled Hosny2010-01-201-1/+1
|
* Allowing font file name to start by c:/...Elie Roux2010-01-201-1/+3
|
* Capture GR font option as wellKhaled Hosny2010-01-191-1/+2
| | | | | This selects XeTeX's graphite renderer. Also issue a log message for unsupported options.
* Allow arbitrary font stylesKhaled Hosny2010-01-191-0/+2
| | | | | | | If the font option isn't a known option, we assume it is a font style and pass it as is, this allows for definitions like: \font\dejavuextralight={DejaVu Sans/Extralight:+liga} at 10pt
* Capture AAT and ICU font options and do nothingKhaled Hosny2010-01-191-0/+1
|
* Capture requested optical size and bass a longKhaled Hosny2010-01-191-0/+6
| | | | Not used yet, though.
* TypoKhaled Hosny2010-01-191-1/+1
|
* Support auto-detecting font styleKhaled Hosny2010-01-151-3/+17
| | | | | | | | | | | | | | | | | We now support XeTeX's syntax, try: \input luaotfload.sty \font\termesr ={TeX Gyre Termes:+liga} at 10pt \font\termesb ={TeX Gyre Termes/B:+liga} at 10pt \font\termesi ={TeX Gyre Termes/I:+liga} at 10pt \font\termesbi={TeX Gyre Termes/BI:+liga} at 10pt \font\termesib={TeX Gyre Termes/IB:+liga} at 10pt \termesr What a nice day fi fl ffi ffl ff\par \termesb What a nice day fi fl ffi ffl ff\par \termesi What a nice day fi fl ffi ffl ff\par \termesbi What a nice day fi fl ffi ffl ff\par \termesib What a nice day fi fl ffi ffl ff\par \bye
* Negative features should be removed from the tableKhaled Hosny2010-01-071-1/+2
| | | | | | | | Looks like the internal of the code changed in the mean time that the mere existence of a feature in the features tables will enable it, so now we nullify it instead. closes #4
* Support floating point and negative valuesKhaled Hosny2009-12-301-1/+2
| | | | Things like "slan=-.14;extend=1.5" should work now.
* Updating to latest ConTeXt beta (2009.12.29)Khaled Hosny2009-12-301-1/+2
|
* updating to latest (beta 2009.11.13) ConTeXt codeKhaled Hosny2009-11-151-1/+1
|
* updating to latest (20090809) ConTeXt code (with minor bugfix)Elie Roux2009-08-101-1/+1
|
* syncing with latest ConTeXt version (more feautures, less bugs), thanks to ↵Elie Roux2009-06-101-10/+16
| | | | Khaled Hosny
* adding a first working version of luaotfloadElie Roux2009-04-081-0/+109