Searched defs:_FONTSIZE_LIST_CTL (Results 1 – 1 of 1) sorted by relevance
32 typedef struct _FONTSIZE_LIST_CTL struct34 LIST_CTL RasterSizeList; // ListBox for Raster font sizes; needs to handle bisection.35 HWND hWndTTSizeList; // ComboBox for TrueType font sizes.36 BOOL bIsTTSizeDirty; // TRUE or FALSE depending on whether we have edited the edit zone.37 … BOOL UseRasterOrTTList; // TRUE: Use the Raster size list; FALSE: Use the TrueType size list.38 BOOL TTSizePixelUnit; // TRUE: Size in pixels (default); FALSE: Size in points.39 LONG CurrentRasterSize;40 LONG CurrentTTSize; // In whatever unit (pixels or points) currently selected.