import { View, Label } from "./evg_types"; /** * Fonts: real TTF metrics, kerning, baseline alignment and UTF-8. * * Every specimen below is measured from the same font file the page is * painted with, so the boxes and the ink agree. The pairs at the bottom are * ones that kern hard — the engine reads GPOS pair adjustments and applies * them in measurement and in paint alike. */ function render() { return ( ); }