16 lines
457 B
Markdown
16 lines
457 B
Markdown
|
|
---
|
||
|
|
title: useNodeFontStatus
|
||
|
|
description: Helper per lo stato dei font mancanti nei nodi testo.
|
||
|
|
---
|
||
|
|
|
||
|
|
# useNodeFontStatus
|
||
|
|
|
||
|
|
`useNodeFontStatus(node)` restituisce informazioni sui font mancanti per un getter di nodo testo.
|
||
|
|
|
||
|
|
Usalo nei pannelli tipografici e negli avvisi che devono segnalare famiglie di font non disponibili.
|
||
|
|
|
||
|
|
## API correlate
|
||
|
|
|
||
|
|
- [useTypography](../composables/use-typography)
|
||
|
|
- [TypographyControlsRoot](../components/typography-controls-root)
|