openpencil/packages/docs/programmable/sdk/api/advanced/use-font-picker.md

16 lines
426 B
Markdown
Raw Normal View History

---
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)