Skip to content

Bind hb_ot_layout_feature_get_lookups() and hb_ot_layout_lookup_get_optical_bound()#208

Merged
khaledhosny merged 2 commits into
mainfrom
optical-bounds
May 13, 2026
Merged

Bind hb_ot_layout_feature_get_lookups() and hb_ot_layout_lookup_get_optical_bound()#208
khaledhosny merged 2 commits into
mainfrom
optical-bounds

Conversation

@khaledhosny
Copy link
Copy Markdown
Contributor

No description provided.

@khaledhosny khaledhosny merged commit 3e8317f into main May 13, 2026
3 checks passed
@khaledhosny khaledhosny deleted the optical-bounds branch May 13, 2026 18:05
Comment thread src/face.ts
* @param featureIndex The index of the requested feature.
* @returns An array of lookup indexes.
*/
getFeatureLookups(table: string, featureIndex: number): number[] {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
getFeatureLookups(table: string, featureIndex: number): number[] {
getFeatureLookups(table: "GSUB" | "GPOS", featureIndex: number): number[] {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants