Function
PangoOTRulesetget_for_description
Declaration [src]
const PangoOTRuleset*
pango_ot_ruleset_get_for_description (
  PangoOTInfo* info,
  const PangoOTRulesetDescription* desc
)
Description [src]
Returns a ruleset for the given OpenType info and ruleset description.
Rulesets are created on demand using
pango_ot_ruleset_new_from_description().
The returned ruleset should not be modified or destroyed.
The static feature map members of desc should be alive as
long as info is.
| Available since: | 1.18 | 
Parameters
| info | PangoOTInfo | 
| A  | |
| The data is owned by the caller of the function. | |
| desc | PangoOTRulesetDescription | 
| A  | |
| The data is owned by the caller of the function. | 
Return value
| Returns: | PangoOTRuleset | 
| The  | |
| The data is owned by the called function. |