FMX.MaterialDesignIcons
1.0.0
[Firemonkey] 글꼴 - 재료 디자인
FMX.FontGlyphs.pas 및 FMX.FontGlyphs.Android.pas 를 포함 시키십시오RemotePath = assetsinternal 에 글꼴을 배포합니다. RemotePath = . 에 글꼴을 배포하십시오.info.plist.TemplateiOS.xml 만들거나 편집하십시오 .plist.templateios.xml <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<%VersionInfoPListKeys%>
<%ExtraInfoPListKeys%>
<key>UIAppFonts</key>
<array>
<string>MaterialDesignIcons.ttf</string>
</array>
</dict>
</plist>