| 165 | } |
| 166 | |
| 167 | int CALLBACK InitFont(const LOGFONTA *lpelfe, const TEXTMETRICA *lpntme, DWORD FontType, LPARAM lParam) |
| 168 | { |
| 169 | (void)lpelfe; (void)lpntme; (void)FontType; |
| 170 | |
| 171 | int &found = *(int*)lParam; |
| 172 | found = true; |
| 173 | return 0; |
| 174 | } |
| 175 | |
| 176 | namespace RichTextarea |
| 177 | { |
nothing calls this directly
no outgoing calls
no test coverage detected