Prospective changes to AnnotatedString and StyledStrings

Something else I’ve come across today: It seems to me that currently there is no way to retrieve the Face object associated to a given name. Suppose I want to know what attributes julia_char has. How do I do it (without creating an annotated string and examining it)? There is the private function getface(face::Symbol), but it combines face with the default attributes.