openpencil/packages/docs/programmable/sdk/api/advanced/use-font-picker.md
2026-03-24 23:24:08 +03:00

16 lines
426 B
Markdown

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