Skip to content

Commit

Permalink
Changed look of integral sign slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ummels committed Nov 6, 2011
1 parent 94af7bb commit 67bf04c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions FONTLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ ChangeLog
2 Nov 2011 (Michael Ummels) FdSymbol version 1.006
- Fixed unsmooth curve in summation sign

6 Nov 2011 (Michael Ummels) FdSymbol version 1.007
- Modified integral sign

Acknowledgements
-------------------------
(Here is where contributors can be acknowledged. If you make modifications be sure to add your name (N), email (E), web-address (W) and description (D). This list is sorted by last name in alphabetical order.)
Expand Down
8 changes: 4 additions & 4 deletions source/fdbase.mf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ design_size := 10;
font_size design_size * pt#;

if known ps_output:
font_version := "1.006";
font_version := "1.007";
font_comment := "Copyright (c) 2011, Michael Ummels. This Font Software is licensed under the SIL Open Font License, Version 1.1.";
fi

Expand Down Expand Up @@ -577,7 +577,7 @@ def draw_integral(suffix $)(expr scale, centre, thick) =

penpos0$(thicker, 0);
penpos1$(thicker, 0);
penpos2$(thick, -90);
penpos2$(9/8thick, -105);
penpos3$(thicker, 0);
penpos4$(thick, -90);

Expand All @@ -593,9 +593,9 @@ def draw_integral(suffix $)(expr scale, centre, thick) =
penpos5$(9/8thick,-105);
penpos6$(9/8thick,-82);

y5$l = y2$l - 1/8thick;
y5$l = y2$l - 1/12thick;
x5$r = 5/4[x1$, x2$];
y6$l = y4$.l;
y6$l = y4$l;
x6$r = 5/4[x3$, x4$];

ucorr := max (x2$r, x1$r + 3/8thick) - x2$r;
Expand Down

0 comments on commit 67bf04c

Please sign in to comment.