Skip to content

Commit

Permalink
lc & num added
Browse files Browse the repository at this point in the history
lower cases and numbers added
  • Loading branch information
MarcoMueller committed Mar 17, 2016
1 parent 34a0271 commit 9acc25d
Show file tree
Hide file tree
Showing 2 changed files with 610 additions and 66 deletions.
86 changes: 43 additions & 43 deletions font.mf
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% MF Calport v1.0 %
% © 2015 by Marco Mueller %
% thanks to Linus Roemer, Alexis Reigel, Jeremy Gibbons %
% <http://www.metaflop.com> %
% licensed under gpl v3: www.gnu.org/licenses/ %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% This program is free software: you can redistribute it and/or modify %
% it under the terms of the GNU General Public License as published %
% bythe Free Software Foundation, either version 3 of the License, or %
% (at your option) any later version. %
% %
% This program is distributed in the hope that it will be useful, %
% but WITHOUT ANY WARRANTY; without even the implied warranty of %
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU %
% General Public License for more details. %
% %
% You should have received a copy of the GNU General Public License %
% along with this program. If not, see <http://www.gnu.org/licenses/>. %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
font_size 10pt#; % the "design size" of this font @hidden
ht#:=7pt#; % height of characters @hidden
x_ht#:=5pt#; % x-height of characters $ 3 / 6
desc_depth#:=2pt#; % depth of descenders $ 1 / 3
u#:=0.1pt#; % unit width $ 0.05 / 2
xgap#:=0.6pt#; % horizontal adjustment @hidden
px#:=0.5pt#; % horizontal thickness of pen $ 0.1 / 1.5
py#:=0.5pt#; % vertical pen thickness $ 0.1 / 1.5
prot:=0; % rotation angle of the pen $ 0 / 90
ptiny#:=.05*min(px#,py#); % tiny pen width for pen outline @hidden
o#:=.2*(px#*cosd(prot))++(py#*sind(prot)); % overshoot @hidden
slant:=0; % slanting amount $ -0.3 / 0.3
font_normal_space 20u#; % width of the space char @hidden
dnum:=2; % number of dots $ 0.1 / 3
penshape:=1; % 1=circle / 2=square / 3=razor / 4=triangle / 5=pentagon
input glyphs; bye;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% MF Calport v1.0 %
% � 2016 by Marco Mueller %
% thanks to Linus Roemer, Alexis Reigel, Jeremy Gibbons %
% <http://www.metaflop.com> %
% licensed under gpl v3: www.gnu.org/licenses/ %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% This program is free software: you can redistribute it and/or modify %
% it under the terms of the GNU General Public License as published %
% bythe Free Software Foundation, either version 3 of the License, or %
% (at your option) any later version. %
% %
% This program is distributed in the hope that it will be useful, %
% but WITHOUT ANY WARRANTY; without even the implied warranty of %
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU %
% General Public License for more details. %
% %
% You should have received a copy of the GNU General Public License %
% along with this program. If not, see <http://www.gnu.org/licenses/>. %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


font_size 10pt#; % the "design size" of this font @hidden
ht#:=7pt#; % height of characters @hidden
x_ht#:=5pt#; % x-height of characters $ 3 / 6
desc_depth#:=2.5pt#; % depth of descenders $ 1 / 3
u#:=0.1pt#; % unit width $ 0.05 / 2
xgap#:=0.6pt#; % horizontal adjustment @hidden
px#:=0.5pt#; % horizontal thickness of pen $ 0.1 / 1.5
py#:=0.5pt#; % vertical pen thickness $ 0.1 / 1.5
prot:=0; % rotation angle of the pen $ 0 / 90
ptiny#:=.05*min(px#,py#); % tiny pen width for pen outline @hidden
o#:=.2*(px#*cosd(prot))++(py#*sind(prot)); % overshoot @hidden
slant:=0; % slanting amount $ -0.3 / 0.3
font_normal_space 20u#; % width of the space char @hidden
dnum:=1.5; % number of dots $ 0.1 / 3
penshape:=1; % 1=circle / 2=square / 3=razor / 4=triangle / 5=pentagon

input glyphs; bye;
Loading

0 comments on commit 9acc25d

Please sign in to comment.