Variable FontFaceProps.face

font face name

struct FontFaceProps
{
  // ...
  string face;
  // ...
}