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

Add optional freetype integration #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

narodnik
Copy link

Added the function hb_ft_font_create_referenced() for creating fonts from freetype faces.

…) which calls hb_ft_font_create_referenced()
@behdad behdad requested a review from manuel-rhdt May 22, 2024 18:22
@narodnik
Copy link
Author

narodnik commented Jun 6, 2024

When building for android target, the compiled harfbuzz is missing freetype support due to the system not having it installed.

Should we make these changes:

  1. Link freetype-sys as a git submodule
  2. Add these lines to build.rs: .include("freetype-sys/freetype2/include/") and cfg.define("HAVE_FREETYPE", "1");.

?

@narodnik
Copy link
Author

so....

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.

None yet

1 participant