Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search all faces in file #77

Open
asinghvi17 opened this issue Feb 8, 2023 · 0 comments
Open

Search all faces in file #77

asinghvi17 opened this issue Feb 8, 2023 · 0 comments

Comments

@asinghvi17
Copy link
Contributor

Currently, it looks like FreeTypeAbstraction only searches the first face in each file, as can be seen here.

face = try_load(fpath)

try_load only loads the face at index 0 - we should load all faces, and loop through them internally.

We can get the number of faces in a file by this operation.

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

No branches or pull requests

1 participant