#!/usr/bin/env bash

char=$1
font=$2

FC_DEBUG=4 pango-view --font="$font" --text="$char" -q 2>&1 | awk -F\" '/family: /{m=$2} END{print m}'
