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>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
<None Include="Info.plist" />
|
||||
<None Include="Info.plist">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Content Include="Entitlements.plist" />
|
||||
<BundleResource Include="Resources\Fonts\CalcMDL2.ttf" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
<key>UIAppFonts</key>
|
||||
<array>
|
||||
<string>Fonts/winjs-symbols.ttf</string>
|
||||
<string>Fonts/CalcMDL2.ttf</string>
|
||||
</array>
|
||||
</dict>
|
||||
</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