1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Typeface: Add support for querying system fallbacks

This commit is contained in:
reuk 2024-02-27 17:07:57 +00:00
parent 3ae474d12c
commit a6a336acb8
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
61 changed files with 467 additions and 60 deletions

View file

@ -3838,6 +3838,7 @@
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_LruCache.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_TextLayout.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_Typeface.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\juce_TypefaceFileCache.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_AffineTransform.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_BorderSize.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\geometry\juce_EdgeTable.h"/>