Skip to content

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.

1 participant