Skip to main content

Questions tagged [metafont]

{metafont} is a system for specifying fonts.

6 votes
1 answer
122 views

mode_setup; thick#:=10pt#; thin#:=5pt#; xoo#:=15pt#; yoo#:=20pt#; dot#:=4pt#; slant#:=0pt#; define_pixels(thick, thin, xoo, yoo, dot, slant); ascender:=3; descender:=1; def be(expr x, y) = (x*xoo+y*...
Grzegorz Brzęczyszczykiewicz's user avatar
4 votes
1 answer
187 views

is it possible to make a stroke that transitions from thick to thin, like a Chinese brush or a calligraphy pen? Not like a bent hook that fakes the transition using elliptical pens, that one is ...
Grzegorz Brzęczyszczykiewicz's user avatar
-1 votes
1 answer
59 views

How do I set up the em and ex in METAFONT so that I can use it later in LaTeX?
Grzegorz Brzęczyszczykiewicz's user avatar
3 votes
1 answer
62 views

I thought I finally fixed a size issue, but when I wanted to fix a character and re-ran METAFONT, the dimensions are too big, and there is too much empty space. The results are similar to what I see ...
Grzegorz Brzęczyszczykiewicz's user avatar
-1 votes
1 answer
73 views

I defined a custom character: % strokeff.mf mode_setup; xoo#:=10pt#; yoo#:=10pt#; thick#:=5pt#; define_pixels(xoo, yoo, thick); beginchar(0, 7*xoo#, 7*yoo#, 0); %H pickup pencircle scaled thick; ...
Grzegorz Brzęczyszczykiewicz's user avatar
2 votes
1 answer
48 views

font_quad:=150pt#; font_normal_space:=50pt#; font_normal_stretch:=6pt#; font_normal_shrink:=5pt#; font_identifier:="tpie"; font_coding_scheme:="AEFMNOPST only"; What ...
Grzegorz Brzęczyszczykiewicz's user avatar
5 votes
2 answers
1k views

In the mid-eighteen hundred, a french poet and pamphletist proposed a new typographical sign that he called the "point d'ironie" [irony period], which looks like: Nowadays, it is generally ...
Denis Cousineau's user avatar
1 vote
0 answers
76 views

The default font in (La)TeX, Computer Modern as rendered through Metafont, is notoriously poor for screen reading, because Metafont rasterizes characters to a particular DPI, and so documents must be ...
Sneftel's user avatar
  • 119
6 votes
1 answer
768 views

I have heard that Metafont produces rasterized fonts. However, if I run the command tex on a plain text file containing this font is not rasterised!!! I get a dvi output where even after zooming ...
Shaikh Ammar's user avatar
1 vote
1 answer
139 views

The Metafont book says (but not how): What can be done if METAFONT’s capacity is exceeded? All of the above-listed components of the capacity can be increased, except the memory for kerns and ...
user391939's user avatar
2 votes
1 answer
98 views

I have created my Metafont font at a fixed resolution and can load it like the following: %\pdfpkresolution=72 \documentclass[a4paper]{article} \usepackage[left=2cm,right=2cm]{geometry} \usepackage[T1]...
user391939's user avatar
5 votes
0 answers
205 views

I remember once seeing a photo of Knuth measuring glyphs when working on METAFONT. The glyphs (probably drawn by hand) were projected very large onto a wall or screen with an overhead projector. My ...
lhf's user avatar
  • 2,262
3 votes
2 answers
187 views

I'm trying to understand §228 and §229 in mf.pdf I ended up with this diagram: It is not clear to me from the documentation what is inside qqq, qqq1 and qqq2. Also, can somebody explain what this ...
Igor Liferenko's user avatar
0 votes
1 answer
137 views

Fonts can be represented, expressed or stored in any of several technologies and formats; and not every software system which uses fonts supports the exact same set of these technologies and formats. ...
einpoklum's user avatar
  • 13k
3 votes
1 answer
318 views

How can I extract fonts created with METAFONT and use them in a LaTeX document? I have found a guide https://www.tug.org/TUGboat/tb35-1/tb109romer.pdf, and a package on CTAN, https://ctan.org/pkg/...
Sebastiano's user avatar
  • 69.6k

15 30 50 per page
1
2 3 4 5
14