16 lines
418 B
Markdown
16 lines
418 B
Markdown
|
|
---
|
||
|
|
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)
|