---
title: CTFontDescriptorMatchingState.willBeginQuerying
framework: coretext
role: symbol
role_heading: Case
path: coretext/ctfontdescriptormatchingstate/willbeginquerying
---

# CTFontDescriptorMatchingState.willBeginQuerying

A state that indicates communication with the server is about to begin.

## Declaration

```swift
case willBeginQuerying
```

## Discussion

Discussion This state is skipped if unnecessary.

## See Also

### Constants

- [CTFontDescriptorMatchingState.didBegin](coretext/ctfontdescriptormatchingstate/didbegin.md)
- [CTFontDescriptorMatchingState.didFinish](coretext/ctfontdescriptormatchingstate/didfinish.md)
- [CTFontDescriptorMatchingState.stalled](coretext/ctfontdescriptormatchingstate/stalled.md)
- [CTFontDescriptorMatchingState.willBeginDownloading](coretext/ctfontdescriptormatchingstate/willbegindownloading.md)
- [CTFontDescriptorMatchingState.downloading](coretext/ctfontdescriptormatchingstate/downloading.md)
- [CTFontDescriptorMatchingState.didFinishDownloading](coretext/ctfontdescriptormatchingstate/didfinishdownloading.md)
- [CTFontDescriptorMatchingState.didMatch](coretext/ctfontdescriptormatchingstate/didmatch.md)
- [CTFontDescriptorMatchingState.didFailWithError](coretext/ctfontdescriptormatchingstate/didfailwitherror.md)
