Lines Matching defs:cf
51 CHOOSEFONT cf ;
53 cf.lStructSize = sizeof (CHOOSEFONT) ;
54 cf.hwndOwner = hwnd ;
55 cf.hDC = NULL ;
56 cf.lpLogFont = &logfont ;
57 cf.iPointSize = 0 ;
58 cf.Flags = CF_INITTOLOGFONTSTRUCT | CF_SCREENFONTS
60 cf.rgbColors = 0L ;
61 cf.lCustData = 0L ;
62 cf.lpfnHook = NULL ;
63 cf.lpTemplateName = NULL ;
64 cf.hInstance = NULL ;
65 cf.lpszStyle = NULL ;
66 cf.nFontType = 0 ; // Returned from ChooseFont
67 cf.nSizeMin = 0 ;
68 cf.nSizeMax = 0 ;
70 return ChooseFont (&cf) ;