logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mface_get_prop -

Description

       Get the value of a face property. 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_arg

Errors

           MERROR_FACE

Name

       mface_get_prop -

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(), mface_put_hook()

Synopsis

       void* mface_get_prop (MFace * face, MSymbol key)

See Also