Skip to content

Search all faces in file #77

Description

@asinghvi17

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions