true if data found, false otherwiseharfbuzz.types.Bool otLayoutFeatureGetNameIds(harfbuzz.face.Face face, harfbuzz.types.Tag tableTag, uint featureIndex, out harfbuzz.types.OtNameId labelId, out harfbuzz.types.OtNameId tooltipId, out harfbuzz.types.OtNameId sampleId, out uint numNamedParameters, out harfbuzz.types.OtNameId firstParamId)Fetches name indices from feature parameters for "Stylistic Set" ('ssXX') or "Character Variant" ('cvXX') features.
face | #hb_face_t to work upon |
tableTag | table tag to query, "GSUB" or "GPOS". |
featureIndex | index of feature to query. |
labelId | The ‘name’ table name ID that specifies a string for a user-interface label for this feature. (May be NULL.) |
tooltipId | The ‘name’ table name ID that specifies a string that an application can use for tooltip text for this feature. (May be NULL.) |
sampleId | The ‘name’ table name ID that specifies sample text that illustrates the effect of this feature. (May be NULL.) |
numNamedParameters | Number of named parameters. (May be zero.) |
firstParamId | The first ‘name’ table name ID used to specify strings for user-interface labels for the feature parameters. (Must be zero if numParameters is zero.) |
true if data found, false otherwise