Skip to content

Commit

Permalink
Tidy font directory
Browse files Browse the repository at this point in the history
* Give the MousePaint font files friendlier names
* Move the HRCG conversions from the Applesoft Toolkit into subdir
* Other misc tidying
  • Loading branch information
inexorabletash committed Apr 3, 2024
1 parent 7ca9a55 commit 4b11796
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 47 deletions.
42 changes: 21 additions & 21 deletions bin/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ if [[ -z "$no_sample_media" ]]; then
# MGTK Fonts
emit add_file $disposition "mgtk/fonts/System.en" $mediafnt "System.en" 070000
emit add_file $disposition "mgtk/fonts/Monaco.en" $mediafnt "Monaco.en" 070000
emit add_file $disposition "mgtk/fonts/MP.FONT" $mediafnt "MousePaint" 070000
emit add_file $disposition "mgtk/fonts/MousePaint" $mediafnt "MousePaint" 070000
emit add_file $disposition "mgtk/fonts/mini" $mediafnt "Mini" 070000
emit add_file $disposition "mgtk/fonts/ATHENS" $mediafnt "Athens" 070000
emit add_file $disposition "mgtk/fonts/NEW.YORK" $mediafnt "New.York" 070000
emit add_file $disposition "mgtk/fonts/TORONTO" $mediafnt "Toronto" 070000
emit add_file $disposition "mgtk/fonts/VENICE" $mediafnt "Venice" 070000
emit add_file $disposition "mgtk/fonts/Athens" $mediafnt "Athens" 070000
emit add_file $disposition "mgtk/fonts/New.York" $mediafnt "New.York" 070000
emit add_file $disposition "mgtk/fonts/Toronto" $mediafnt "Toronto" 070000
emit add_file $disposition "mgtk/fonts/Venice" $mediafnt "Venice" 070000

emit add_file $disposition "mgtk/fonts/fairfax/Fairfax.en" $mediafnt "Fairfax.en" 070000
emit add_file $disposition "mgtk/fonts/fairfax/FairfaxBd.en" $mediafnt "FairfaxBd.en" 070000
Expand All @@ -174,20 +174,20 @@ if [[ -z "$no_sample_media" ]]; then
emit add_file $disposition "mgtk/fonts/erin/MontereyBd.en" $mediafnt "MontereyBd.en" 070000

# HRCG conversions
emit add_file $disposition "mgtk/fonts/ASCII" $mediafnt "ASCII" 070000
emit add_file $disposition "mgtk/fonts/BLIPPO.BLACK" $mediafnt "Blippo.Black" 070000
emit add_file $disposition "mgtk/fonts/BYTE" $mediafnt "Byte" 070000
emit add_file $disposition "mgtk/fonts/COLOSSAL" $mediafnt "Colossal" 070000
emit add_file $disposition "mgtk/fonts/COUNT" $mediafnt "Count" 070000
emit add_file $disposition "mgtk/fonts/FLOW" $mediafnt "Flow" 070000
emit add_file $disposition "mgtk/fonts/GOTHIC" $mediafnt "Gothic" 070000
emit add_file $disposition "mgtk/fonts/MIRROR" $mediafnt "Mirror" 070000
emit add_file $disposition "mgtk/fonts/OUTLINE" $mediafnt "Outline" 070000
emit add_file $disposition "mgtk/fonts/PUDGY" $mediafnt "Pudgy" 070000
emit add_file $disposition "mgtk/fonts/ROMAN" $mediafnt "Roman" 070000
emit add_file $disposition "mgtk/fonts/SLANT" $mediafnt "Slant" 070000
emit add_file $disposition "mgtk/fonts/STOP" $mediafnt "Stop" 070000
emit add_file $disposition "mgtk/fonts/UPSIDE.DOWN" $mediafnt "Upside.Down" 070000

emit add_file $disposition "mgtk/fonts/PIG.FONT" $mediafnt "Pig.Font" 070000
emit add_file $disposition "mgtk/fonts/hrcg/ASCII" $mediafnt "ASCII" 070000
emit add_file $disposition "mgtk/fonts/hrcg/BLIPPO.BLACK" $mediafnt "Blippo.Black" 070000
emit add_file $disposition "mgtk/fonts/hrcg/BYTE" $mediafnt "Byte" 070000
emit add_file $disposition "mgtk/fonts/hrcg/COLOSSAL" $mediafnt "Colossal" 070000
emit add_file $disposition "mgtk/fonts/hrcg/COUNT" $mediafnt "Count" 070000
emit add_file $disposition "mgtk/fonts/hrcg/FLOW" $mediafnt "Flow" 070000
emit add_file $disposition "mgtk/fonts/hrcg/GOTHIC" $mediafnt "Gothic" 070000
emit add_file $disposition "mgtk/fonts/hrcg/MIRROR" $mediafnt "Mirror" 070000
emit add_file $disposition "mgtk/fonts/hrcg/OUTLINE" $mediafnt "Outline" 070000
emit add_file $disposition "mgtk/fonts/hrcg/PUDGY" $mediafnt "Pudgy" 070000
emit add_file $disposition "mgtk/fonts/hrcg/ROMAN" $mediafnt "Roman" 070000
emit add_file $disposition "mgtk/fonts/hrcg/SLANT" $mediafnt "Slant" 070000
emit add_file $disposition "mgtk/fonts/hrcg/STOP" $mediafnt "Stop" 070000
emit add_file $disposition "mgtk/fonts/hrcg/UPSIDE.DOWN" $mediafnt "Upside.Down" 070000

emit add_file $disposition "mgtk/fonts/Pig.Font" $mediafnt "Pig.Font" 070000
fi
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 8 additions & 26 deletions mgtk/fonts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,16 @@ System.en | Apple II DeskTop | Single | 9
System.fr | MouseDesk 2.0 fr | Single | 9
System.de | MouseDesk 1.0 de | Single | 9
System.it | MouseDesk 1.0 it | Single | 9
System.nl | custom | Single | 9
System.pt | custom | Single | 9
System.es | custom | Single | 9
System.sv | custom | Single | 9
System.da | custom | Single | 9
System.* | custom | Single | 9
Monaco.* | custom | Single | 9
MP.FONT | MousePaint | Single | 9
ATHENS | MousePaint | Double | 12
NEW.YORK | MousePaint | Double | 11
TORONTO | MousePaint | Double | 11
VENICE | MousePaint | Double | 10
ASCII | HRCG | Single | 8
BLIPPO.BLACK | HRCG | Single | 8
BYTE | HRCG | Single | 8
COLOSSAL | HRCG | Single | 8
COUNT | HRCG | Single | 8
FLOW | HRCG | Single | 8
GOTHIC | HRCG | Single | 8
MIRROR | HRCG | Single | 8
OUTLINE | HRCG | Single | 8
PINOCCHIO | HRCG | Single | 8
PUDGY | HRCG | Single | 8
ROMAN | HRCG | Single | 8
SLANT | HRCG | Single | 8
STOP | HRCG | Single | 8
UPSIDE.DOWN | HRCG | Single | 8
MousePaint | MousePaint | Single | 9
Athens | MousePaint | Double | 12
New.York | MousePaint | Double | 11
Toronto | MousePaint | Double | 11
Venice | MousePaint | Double | 10
hrcg/* | Applesoft Toolkit | Single | 8
mini | custom | Single | 8
PIG.FONT | "The Pig Sty" | Single | 8
Pig.Font | "The Pig Sty" | Single | 8
Fairfax.* | Kreative Software | Single | 12
FairfaxBd.* | Kreative Software | Single | 12
FairfaxIt.* | Kreative Software | Single | 12
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4b11796

Please sign in to comment.