mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
[iOS] Include custom font
This commit is contained in:
parent
4872e9f459
commit
ca2fd21a4a
3 changed files with 5 additions and 1 deletions
|
@ -92,9 +92,12 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Main.cs" />
|
<Compile Include="Main.cs" />
|
||||||
<None Include="Info.plist" />
|
<None Include="Info.plist">
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</None>
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Content Include="Entitlements.plist" />
|
<Content Include="Entitlements.plist" />
|
||||||
|
<BundleResource Include="Resources\Fonts\CalcMDL2.ttf" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
<key>UIAppFonts</key>
|
<key>UIAppFonts</key>
|
||||||
<array>
|
<array>
|
||||||
<string>Fonts/winjs-symbols.ttf</string>
|
<string>Fonts/winjs-symbols.ttf</string>
|
||||||
|
<string>Fonts/CalcMDL2.ttf</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
BIN
src/Calculator.iOS/Resources/Fonts/CalcMDL2.ttf
Normal file
BIN
src/Calculator.iOS/Resources/Fonts/CalcMDL2.ttf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue