man mface_get_prop () - Get the value of a face property.
NAME
mface_get_prop - Get the value of a face property.
SYNOPSIS
void* mface_get_prop (MFace * face, MSymbol key)
DESCRIPTION
The mface_get_prop() function returns the value of the face property whose key is key in face face. key must be one of the followings:
Mforeground,
Mbackground, Mvideomode, Mhline, Mbox, Mfoundry, Mfamily, Mweight, Mstyle, Mstretch, Madstyle, Msize, Mfontset, Mratio, Mhook_func, Mhook_ar
RETURN VALUE
The actual type of the returned value depends of key. See documentation of the above keys. If an error is detected, it returns NULL and assigns an error code to the external variable merror_code.
SEE ALSO
mface_put_prop()
ERRORS
MERROR_FACE