diff options
author | Karl Berry <karl@freefriends.org> | 2024-05-10 21:15:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-05-10 21:15:13 +0000 |
commit | d6f9d4fa306a12d02ed079390ada9b5e4164b1c6 (patch) | |
tree | 04ae5add78553df29bddee161a714dd5ff8a21a2 /Master/texmf-dist/doc/luatex/luamplib/NEWS | |
parent | 4509574ed056cb5935f4a8c0c43d746ae1922161 (diff) |
luamplib (10may24)
git-svn-id: svn://tug.org/texlive/trunk@71225 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luamplib/NEWS')
-rw-r--r-- | Master/texmf-dist/doc/luatex/luamplib/NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/luamplib/NEWS b/Master/texmf-dist/doc/luatex/luamplib/NEWS index 87f52a00661..fdae6fc90cd 100644 --- a/Master/texmf-dist/doc/luatex/luamplib/NEWS +++ b/Master/texmf-dist/doc/luatex/luamplib/NEWS @@ -1,5 +1,26 @@ History of the luamplib package +2024/05/10 2.30.0 + * provide a new metapost operator 'mplibglyph', which returns a metapost + picture containing outline paths of a glyph in opentype, truetype or type1 + fonts. When a type1 font is specified, metapost primitive 'glyph' will be + called. In the syntax as follows, subfont number is zero based. + + mplibglyph 50 of \fontid\font % slot 50 of current font + mplibglyph 50 of "cmr10" % type1 font + mplibglyph "Q" of "TU/TeXGyrePagella(0)/m/n/10" % TeX fontname + mplibglyph "똠" of "NotoSansCJKkr-Regular.otf" % raw filename + mplibglyph "Q" of "Times.ttc(2)" % subfont number + mplibglyph "똠" of "SourceHanSansK-VF.otf[Regular]" % instance name + + * provide a new metapost command 'mplibdrawglyph'. In contrast to metapost's + 'draw' command, this one fills paths of a picture according to the Nonzero + Winding Number Rule. + + * in 'mplibgraphictext', option 'scale' is deprecated and now a synonym of + 'scaled'. In DVI mode, unicode-math package is needed for math formula + graphictext. + 2024/05/01 2.29.0 * provide new TeX macros to reduce typing toil. |