--- title: useFontPicker description: Searchable font-picker state and selection helper. --- # useFontPicker `useFontPicker(options)` manages available font families, search state, open state, and family selection for font-picker UIs. Use it when building custom font-picking UIs beyond `FontPickerRoot`. ## Related APIs - [FontPickerRoot](../components/font-picker-root) - [useTypography](../composables/use-typography)