Skip to content

Commit

Permalink
Merge pull request #134 from dohyunkim/master
Browse files Browse the repository at this point in the history
mpliboutlinetext
  • Loading branch information
dohyunkim authored May 21, 2024
2 parents 7d10e5e + f7488f0 commit 110f2cc
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 12 deletions.
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
History of the luamplib package

2024/05/21 2.31.0
* provide a new metapost operator 'mpliboutlinetext', which mimicks
metafun's 'outlinetext'. The syntax is the same as metafun's. (#133)

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
Expand All @@ -8,7 +12,7 @@

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 "Q" of "TU/TeXGyrePagella(0)/m/n/10" % font csname
mplibglyph "똠" of "NotoSansCJKkr-Regular.otf" % raw filename
mplibglyph "Q" of "Times.ttc(2)" % subfont number
mplibglyph "똠" of "SourceHanSansK-VF.otf[Regular]" % instance name
Expand Down
Loading

0 comments on commit 110f2cc

Please sign in to comment.