libsdl-org / SDL_ttf

Support for TrueType (.ttf) font files with Simple Directmedia Layer.
zlib License
343 stars 116 forks source link

Updated VisualC project to match harfbuzz sources #323

Closed pabdulin closed 6 months ago

pabdulin commented 6 months ago

I guess harfbuzz external was updated, but not VisualC msbuild config. Thus attemp to build resulted in cc files missing, etc.

I used dir hb-*.cc in harfbuzz src directory to get updated files list, and after test build link errors indicated that graph\gsubgpos-context.cc is also required, so I've added it, after that build was successful.

sezero commented 6 months ago

Does the SDL2 branch need similar adjustment?

slouken commented 6 months ago

Yes, it does, if we've upgraded harfbuzz on that branch.

sezero commented 6 months ago

if we've upgraded harfbuzz on that branch.

we did

sezero commented 6 months ago

Cherry-picked to SDL2 branch as 25dc937b93f3b41095fabb4ad649fc4baf293e7b

slouken commented 6 months ago

Thanks!