Changeset 1145


Ignore:
Timestamp:
Sep 30, 2006, 1:47:22 PM (17 years ago)
Author:
Sam Hocevar
Message:
  • Created emboss2.tlf with a simple sed rule.
Location:
toilet/trunk/fonts
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • toilet/trunk/fonts/Makefile.am

    r1144 r1145  
    22fontdir = $(datarootdir)/figlet
    33
    4 font_DATA = emboss.tlf
     4font_DATA = emboss.tlf emboss2.tlf
    55
  • toilet/trunk/fonts/emboss.tlf

    r1144 r1145  
    1 tlf2a 3 3 6 1 11 0 0 0
     1tlf2a 3 3 6 1 14 0 0 0
    22Font: Emboss v0.1
    33Author: Sam Hocevar <sam@zoy.org>
     
    88  Public License, Version 2, as published by Sam Hocevar. See
    99  http://sam.zoy.org/wtfpl/COPYING for more details.
     10
     11To create emboss2.tlf, use the following command:
     12 % sed '/@@/,$y/━┃┏┓┗┛/═║╔╗╚╝/' < emboss.tlf > emboss2.tlf
    1013
    1114This font is part of TOIlet’s official distribution. More information
Note: See TracChangeset for help on using the changeset viewer.