If a define a face myface in my config/faces.toml, say
[myface]
inverse = true
then I can apply it to strings via styled"{myface:abc}". But what is the official way to get the face itself as an object of type Face?
If a define a face myface in my config/faces.toml, say
[myface]
inverse = true
then I can apply it to strings via styled"{myface:abc}". But what is the official way to get the face itself as an object of type Face?