summaryrefslogtreecommitdiff
path: root/otfl-font-def.lua
Commit message (Collapse)AuthorAgeFilesLines
* Updating to latest ConTeXt stable (2010.05.08)Khaled Hosny2010-05-091-2/+4
|
* Updating to latest ConTeXt beta (2010.03.12)Khaled Hosny2010-03-141-0/+1
| | | | Fixes a regression with legacy TeX ligatures (``'' etc.)
* Updating to latest ConTeXt beta (2010.02.18)Khaled Hosny2010-02-201-2/+2
| | | | + Remove some, now unneeded, code.
* Pass 'specification' directly to |fonts.names.resolve()|Khaled Hosny2010-01-201-2/+2
| | | | | We will need more fields from the specification in the future, simplify function calling.
* Support auto-detecting font styleKhaled Hosny2010-01-151-2/+2
| | | | | | | | | | | | | | | | | 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
* Updating to latest ConTeXt beta (2009.12.30)Khaled Hosny2009-12-311-1/+1
|
* 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-38/+90
|
* updating to latest (20090809) ConTeXt code (with minor bugfix)Elie Roux2009-08-101-15/+12
|
* Sync with ConTeXt 2009.06.10 20:06, fixes bug with undefined ↵Khaled Hosny2009-06-111-4/+28
| | | | fonts.register_message function that would crash luatex with certain fonts, pluse more.
* syncing with latest ConTeXt version (more feautures, less bugs), thanks to ↵Elie Roux2009-06-101-7/+11
| | | | Khaled Hosny
* sync with the latest ConTeXt beta, and using luaotfload in DVI mode too (for ↵Elie Roux2009-04-231-7/+8
| | | | dvipdfmx)
* syncronizing with the latest ConTeXt beta, fixing bugsElie Roux2009-04-121-1/+1
|
* adding a first working version of luaotfloadElie Roux2009-04-081-0/+569