forked from metaflop/metaflop-font-calport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
610 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
Oops, something went wrong.