Function
PangoOTInfoget
since: 1.2
Declaration [src]
PangoOTInfo*
pango_ot_info_get (
  FT_Face face
)
Description [src]
Returns the PangoOTInfo structure for the given FreeType font face.
Available since: 1.2
Parameters
- face
- 
            Type: FT_FaceA FT_Face.
Return value
Type: PangoOTInfo
The PangoOTInfo for face.
  This object will have the same lifetime as face.
| The data is owned by the called function. |