Changes

Jump to navigation Jump to search
72 bytes removed ,  14:31, 5 September 2021
m
no edit summary
Note: * With MkIV, be careful with to use {{code|textext.dflt}} which means DeFauLT.* With LMTX, be careful to use {{code|textext.dlft}}) for LeFT, like {{code|textext.ulft}}) and {{code|textext.llft}}) ** (instead of the expected {{code|textext.dlftdflt}}does not work with LMTX).
<context source="yes" mode="mkivlmtx" >
\starttext
draw textext.drt ("DRT-" & MonTexte) shifted PB;
draw textext.dflt("DFLTDLFT-" & MonTexte) shifted PB;
draw PB withpen pencircle scaled 1.5mm withcolor red;
\stopMPpage
\stoptext
</context>
 
== Test dlft ==
 
<context source="yes">
\starttext
\startMPpage
draw textext.drt("test");
\stopMPpage
\stoptext
</context>
 
 
<context source="yes">
\starttext
\startMPpage
draw textext.dlft("test");
\stopMPpage
\stoptext
</context>

Navigation menu