mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Resave all projects
This commit is contained in:
parent
c4ddbecf73
commit
e18b78dbb2
26 changed files with 1342 additions and 104 deletions
|
|
@ -1254,7 +1254,6 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Color/svg/svg.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/composite-iter.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/CompositeGlyph.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/coord-setter.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/glyf-helpers.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/glyf.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/Glyph.hh"
|
||||
|
|
@ -1263,7 +1262,6 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/path-builder.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/SimpleGlyph.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/SubsetGlyph.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/VarCompositeGlyph.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Layout/Common/Coverage.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Layout/Common/CoverageFormat1.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Layout/Common/CoverageFormat2.hh"
|
||||
|
|
@ -1325,6 +1323,11 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Layout/GSUB/SubstLookupSubTable.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Layout/types.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/name/name.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Var/VARC/coord-setter.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Var/VARC/VARC.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Var/VARC/VARC.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/failing-alloc.c"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/harfbuzz-subset.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/harfbuzz.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-aat-layout-ankr-table.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-aat-layout-bsln-table.hh"
|
||||
|
|
@ -1393,10 +1396,16 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ft.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-gdi.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-gdi.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-geometry.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-glib.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-glib.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-gobject-structs.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-gobject-structs.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-gobject.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-graphite2.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-graphite2.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-icu.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-icu.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-iter.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-kern.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-limits.hh"
|
||||
|
|
@ -1513,6 +1522,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var-gvar-table.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var-hvar-table.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var-mvar-table.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var-varc-table.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-vorg-table.hh"
|
||||
|
|
@ -1526,6 +1536,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-paint.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-pool.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-priority-queue.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-repacker.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-sanitize.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-serialize.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-set-digest.hh"
|
||||
|
|
@ -1552,6 +1563,8 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-cff2.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-input.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-input.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-instancer-iup.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-instancer-iup.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-instancer-solver.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-instancer-solver.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-plan-member-list.hh"
|
||||
|
|
@ -1573,6 +1586,13 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-utf.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-vector.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-version.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-blob.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-buffer.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-common.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-face.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-font.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-list.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-shape.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api.hh"
|
||||
|
|
@ -3431,7 +3451,6 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Color/svg/svg.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/composite-iter.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/CompositeGlyph.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/coord-setter.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/glyf-helpers.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/glyf.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/Glyph.hh"
|
||||
|
|
@ -3440,7 +3459,6 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/path-builder.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/SimpleGlyph.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/SubsetGlyph.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/glyf/VarCompositeGlyph.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Layout/Common/Coverage.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Layout/Common/CoverageFormat1.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Layout/Common/CoverageFormat2.hh"
|
||||
|
|
@ -3502,6 +3520,11 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Layout/GSUB/SubstLookupSubTable.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Layout/types.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/name/name.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Var/VARC/coord-setter.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Var/VARC/VARC.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/OT/Var/VARC/VARC.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/failing-alloc.c"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/harfbuzz-subset.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/harfbuzz.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-aat-layout-ankr-table.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-aat-layout-bsln-table.hh"
|
||||
|
|
@ -3570,10 +3593,16 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ft.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-gdi.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-gdi.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-geometry.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-glib.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-glib.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-gobject-structs.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-gobject-structs.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-gobject.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-graphite2.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-graphite2.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-icu.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-icu.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-iter.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-kern.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-limits.hh"
|
||||
|
|
@ -3690,6 +3719,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var-gvar-table.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var-hvar-table.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var-mvar-table.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var-varc-table.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-var.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-ot-vorg-table.hh"
|
||||
|
|
@ -3703,6 +3733,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-paint.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-pool.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-priority-queue.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-repacker.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-sanitize.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-serialize.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-set-digest.hh"
|
||||
|
|
@ -3729,6 +3760,8 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-cff2.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-input.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-input.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-instancer-iup.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-instancer-iup.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-instancer-solver.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-instancer-solver.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-subset-plan-member-list.hh"
|
||||
|
|
@ -3750,6 +3783,13 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-utf.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-vector.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-version.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-blob.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-buffer.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-common.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-face.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-font.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-list.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api-shape.hh"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api.cc"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api.h"
|
||||
"../../../../../modules/juce_graphics/fonts/harfbuzz/hb-wasm-api.hh"
|
||||
|
|
|
|||
|
|
@ -1576,6 +1576,15 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_graphics\effects\juce_GlowEffect.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Var\VARC\VARC.cc">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\failing-alloc.c">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\harfbuzz-subset.cc">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\harfbuzz.cc">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1630,9 +1639,15 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-glib.cc">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-gobject-structs.cc">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-graphite2.cc">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-icu.cc">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-map.cc">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1762,6 +1777,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-input.cc">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-instancer-iup.cc">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-instancer-solver.cc">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -3404,7 +3422,6 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Color\svg\svg.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\composite-iter.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\CompositeGlyph.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\coord-setter.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\glyf-helpers.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\glyf.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\Glyph.hh"/>
|
||||
|
|
@ -3413,7 +3430,6 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\path-builder.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\SimpleGlyph.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\SubsetGlyph.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\VarCompositeGlyph.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Layout\Common\Coverage.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Layout\Common\CoverageFormat1.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Layout\Common\CoverageFormat2.hh"/>
|
||||
|
|
@ -3475,6 +3491,8 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Layout\GSUB\SubstLookupSubTable.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Layout\types.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\name\name.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Var\VARC\coord-setter.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Var\VARC\VARC.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-aat-layout-ankr-table.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-aat-layout-bsln-table.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-aat-layout-common.hh"/>
|
||||
|
|
@ -3526,8 +3544,12 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ft-colr.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ft.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-gdi.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-geometry.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-glib.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-gobject-structs.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-gobject.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-graphite2.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-icu.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-iter.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-kern.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-limits.hh"/>
|
||||
|
|
@ -3615,6 +3637,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ot-var-gvar-table.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ot-var-hvar-table.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ot-var-mvar-table.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ot-var-varc-table.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ot-var.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ot-vorg-table.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ot.h"/>
|
||||
|
|
@ -3624,6 +3647,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-paint.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-pool.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-priority-queue.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-repacker.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-sanitize.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-serialize.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-set-digest.hh"/>
|
||||
|
|
@ -3640,6 +3664,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-accelerator.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-cff-common.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-input.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-instancer-iup.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-instancer-solver.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-plan-member-list.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-plan.hh"/>
|
||||
|
|
@ -3654,6 +3679,13 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-utf.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-vector.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-version.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-blob.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-buffer.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-common.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-face.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-font.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-list.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-shape.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api.hh"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb.h"/>
|
||||
|
|
|
|||
|
|
@ -530,6 +530,12 @@
|
|||
<Filter Include="JUCE Modules\juce_graphics\fonts\harfbuzz\OT\name">
|
||||
<UniqueIdentifier>{1CD94C81-9754-F2A6-0E6F-53AD2CA6F254}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Modules\juce_graphics\fonts\harfbuzz\OT\Var\VARC">
|
||||
<UniqueIdentifier>{7B438AED-DDA8-FF31-67D3-4ABDF0BF11E4}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Modules\juce_graphics\fonts\harfbuzz\OT\Var">
|
||||
<UniqueIdentifier>{C3F2648D-B6F9-6827-36EB-520E888C02D5}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Modules\juce_graphics\fonts\harfbuzz\OT">
|
||||
<UniqueIdentifier>{E0C58D4E-D619-E6F8-E0E6-524676456033}</UniqueIdentifier>
|
||||
</Filter>
|
||||
|
|
@ -2176,6 +2182,15 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_graphics\effects\juce_GlowEffect.cpp">
|
||||
<Filter>JUCE Modules\juce_graphics\effects</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Var\VARC\VARC.cc">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz\OT\Var\VARC</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\failing-alloc.c">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\harfbuzz-subset.cc">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\harfbuzz.cc">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2230,9 +2245,15 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-glib.cc">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-gobject-structs.cc">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-graphite2.cc">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-icu.cc">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-map.cc">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -2362,6 +2383,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-input.cc">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-instancer-iup.cc">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-instancer-solver.cc">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -5484,9 +5508,6 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\CompositeGlyph.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz\OT\glyf</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\coord-setter.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz\OT\glyf</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\glyf-helpers.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz\OT\glyf</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -5511,9 +5532,6 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\SubsetGlyph.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz\OT\glyf</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\glyf\VarCompositeGlyph.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz\OT\glyf</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Layout\Common\Coverage.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz\OT\Layout\Common</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -5697,6 +5715,12 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\name\name.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz\OT\name</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Var\VARC\coord-setter.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz\OT\Var\VARC</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\OT\Var\VARC\VARC.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz\OT\Var\VARC</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-aat-layout-ankr-table.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -5850,12 +5874,24 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-gdi.h">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-geometry.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-glib.h">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-gobject-structs.h">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-gobject.h">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-graphite2.h">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-icu.h">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-iter.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -6117,6 +6153,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ot-var-mvar-table.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ot-var-varc-table.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-ot-var.h">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -6144,6 +6183,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-priority-queue.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-repacker.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-sanitize.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -6192,6 +6234,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-input.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-instancer-iup.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-subset-instancer-solver.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -6234,6 +6279,27 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-version.h">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-blob.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-buffer.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-common.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-face.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-font.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-list.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api-shape.hh">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_graphics\fonts\harfbuzz\hb-wasm-api.h">
|
||||
<Filter>JUCE Modules\juce_graphics\fonts\harfbuzz</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue