summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/support/charlib/ob
blob: beb76d68547110430acffee56dad3de75b73d9f0 (plain)
1
2
3
4
5
6
7
vardef C.ob(expr n) =
 save p; picture p;
 p=nullpicture;
 addto p doublepath makepath pencircle shifted(.5,.5)
  withpen pencircle scaled.0889;
 p scaled(.375*fontsize n)
enddef;