Home
last modified time | relevance | path

Searched refs:CellMetrics (Results 1 – 3 of 3) sorted by relevance

/dports/editors/uemacs/uemacs-4.0/h/
H A Dmswin.h68 typedef struct CellMetrics { /* coordinate-related parameters of a font */ struct
74 } CellMetrics; argument
96 CellMetrics EmacsCM; /* cell metrics of that font */
134 extern CellMetrics EmacsCM; /* cell metrics of that font */
173 void FAR PASCAL BuildCellMetrics (CellMetrics *cm, HFONT hFont);
178 int FAR PASCAL DisplayableRows (HWND hWnd, int Height, CellMetrics *cm);
179 int FAR PASCAL DisplayableColumns (HWND hWnd, int Width, CellMetrics *cm);
/dports/editors/uemacs/uemacs-4.0/src/
H A Dmswdisp.c80 void FAR PASCAL BuildCellMetrics (CellMetrics *cm, HFONT hFont) in BuildCellMetrics()
162 int FAR PASCAL DisplayableRows (HWND hWnd, int Height, CellMetrics *cm) in DisplayableRows()
190 int FAR PASCAL DisplayableColumns (HWND hWnd, int Width, CellMetrics *cm) in DisplayableColumns()
H A Dmswfont.c62 CellMetrics cm; in UpdateMaxRowCol()