Tk_FontId (3) Linux Manual Page
Tk_FontId, Tk_GetFontMetrics, Tk_PostscriptFontName – accessor functions for fonts Synopsis #include <tk.h> Font Tk_FontId(tkfont) Tk_GetFontMetrics(tkfont, fmPtr) int Tk_PostscriptFontName(tkfont, dsPtr) Arguments Tk_Font tkfont (in) Opaque font token being queried. Must have been returned by a previous call to Tk_GetFont. Tk_FontMetrics *fmPtr (out) Pointer to structure in which the font metrics for tkfont will be stored. See DATA…
