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

How to support TTC fonts #147

Open
fontsinfo opened this issue Jan 19, 2025 · 1 comment
Open

How to support TTC fonts #147

fontsinfo opened this issue Jan 19, 2025 · 1 comment
Labels

Comments

@fontsinfo
Copy link

How to support TTC fonts?
Thanks♪(・ω・)ノ

@bsweeney
Copy link
Member

To read a font from a collection you just need to open the TTC then specify the font you want:

$fc = new \FontLib\TrueType\Collection();
$fc->load($test_file);
$count = count($fc);
echo "Font collection contains $count fonts. Loading font at index 0.\n";
$font = $font->getFont(0);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants