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

16 lines
418 B
Markdown
Raw Normal View History

---
title: useNodeFontStatus
description: Missing-font status helper for text nodes.
---
# useNodeFontStatus
`useNodeFontStatus(node)` returns missing-font information for a text-node getter.
Use it in typography panels and warnings that need to surface unavailable font families.
## Related APIs
- [useTypography](../composables/use-typography)
- [TypographyControlsRoot](../components/typography-controls-root)