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

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


vardef C.bx(expr n) =
 save p; picture p;
 p=nullpicture;
 addto p contour ((0,0)--(1,0)--(1,1)--(0,1)--cycle)
  scaled (fontsize n/2);
 p 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.