aboutsummaryrefslogtreecommitdiff
path: root/docs/posts/bye_bye_BDFs.html
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-01-25 13:46:36 +0000
committerAkshay <[email protected]>2020-01-25 13:46:36 +0000
commit071ad3b4cb371e864316a821120ea1b63e6bf213 (patch)
treec86a4221935ff37a0bf9cfa9e1a0f423997e0ae2 /docs/posts/bye_bye_BDFs.html
parent39d2766689801f8cd1f0ee93d231c9561687d95f (diff)
site layout; use esh
Diffstat (limited to 'docs/posts/bye_bye_BDFs.html')
-rw-r--r--docs/posts/bye_bye_BDFs.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/posts/bye_bye_BDFs.html b/docs/posts/bye_bye_BDFs.html
new file mode 100644
index 0000000..e323c9d
--- /dev/null
+++ b/docs/posts/bye_bye_BDFs.html
@@ -0,0 +1,51 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <link rel="stylesheet" href="/style.css">
5 <meta charset="UTF-8">
6 <meta name="viewport" content="initial-scale=1">
7 <meta content="#ffffff" name="theme-color">
8 <meta name="HandheldFriendly" content="true">
9 <meta property="og:title" content="nerdypepper">
10 <meta property="og:type" content="website">
11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body>
14 <div class="post posts">
15 <div class="date">07/08 2019</div>
16 <span style="font-size: 2rem; font-weight: 600">
17 Bye Bye BDFs
18 </span>
19 <div class="post-text">
20 <p>Glyph Bitmap Distribution Format is no more, as the creators of
21<a href="https://pango.org">Pango</a>, one of the most widely used text rendering
22libraries,
23<a href="https://blogs.gnome.org/mclasen/2019/05/25/pango-future-directions/">announced</a>
24their plans for Pango 1.44.</p>
25
26<p>Until recently, Pango used FreeType to draw fonts. They will be moving over
27to <a href="https://harfbuzz.org">Harfbuzz</a>, an evolution of FreeType.</p>
28
29<p><em>Why?</em></p>
30
31<p>In short, FreeType was hard to work with. It required complex logic, and
32provided no advantage over Harfbuzz (other than being able to fetch
33opentype metrics with ease).</p>
34
35<p>Upgrading to Pango v1.44 will break your GTK applications (if you use a
36<code>bdf</code>/<code>pcf</code> bitmap font). Harfbuzz <em>does</em> support bitmap-only OpenType fonts,
37<code>otb</code>s. Convert your existing fonts over to <code>otb</code>s using
38<a href="https://fontforge.github.io">FontForge</a>. It is to be noted that applications
39such as <code>xterm</code> and <code>rxvt</code> use <code>xft</code> (X FreeType) to render fonts, and will
40remain unaffected by the update.</p>
41
42<p>Both <a href="https://github.com/nerdypepper/scientifica">scientifica</a> and
43<a href="https://github.com/nerdypepper/curie">curie</a> will soon ship with bitmap-only
44OpenType font formats.</p>
45
46 </div>
47 <a href="/index.html" class="post-end-link">‹ Back</a>
48 <div class="separator"></div>
49 </div>
50 </body>
51</html>