Inspect font properties.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 28 Sep 2016 20:56:42 +0300
changeset 2038 48a7006b47f7
parent 2037 82a4f625d6fe
child 2039 98dc1bd1060b
Inspect font properties.
font.rst
--- a/font.rst	Tue Sep 27 00:17:21 2016 +0300
+++ b/font.rst	Wed Sep 28 20:56:42 2016 +0300
@@ -34,12 +34,29 @@
   $ sudo apt-get install font-manager
   $ font-manager &
 
-View how fonts looks like under X.
-==================================
+View how fonts looks like under X
+=================================
 ::
 
   $ xfontsel &
   $ gucharmap &
+  $ xfd -fa "DejaVu Sans Mono"
+
+Inspect font properties
+=======================
+
+View general font info::
+
+  $ fc-query  $FONT.ttf
+
+View font tables::
+
+  $ sudo apt-get install fonttools
+  $ ttx -l  $FONT.ttf
+
+Dump font tables in XML formtat (check out ``.ttx`` file)::
+
+  $ ttx $FONT.ttf
 
 Configure fonts under X.
 ========================