Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/lib/texmf/metapost/support/charlib/sq

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


vardef C.sq(expr n) =
 save p,q;
 picture p; p=nullpicture;
 path q; q=(0,0)--(1,0)--(1,1)--(0,1)--cycle;
 addto p
  if n="Times-Bold": contour q
  else: doublepath q withpen pencircle scaled.0667 fi;
 p scaled (fontsize n/2)
enddef;

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.