1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright (C) 2017 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 --> 16 17 <resources> 18 <string name="app_name">Downloadable fonts sample</string> 19 <string name="request">request</string> 20 <string name="invalid_family_name">Not a valid Family Name</string> 21 <string name="invalid_input">Invalid inputs exist</string> 22 <string name="family_name">Family Name</string> 23 <string name="weight">Weight</string> 24 <string name="width">Width</string> 25 <string name="italic">Italic</string> 26 <string name="best_effort">Best Effort (Nearest match)</string> 27 <string name="predefined_font">The pre-downloaded font is used for this part to avoid the overhead of the time until the requested font is downloaded. See "src/main/res/font" directory for usage.</string> 28 <string name="downloadable_font_applied_text">Typeface of this part is going to be changed when a new font is downloaded. To request a new font, fill the \"Family Name\" (and optionally change other attributes such as width, weight, italic), then tap the \"Request\" button</string> 29 <string name="request_failed">Font request failed with reason code: %1$d</string> 30 </resources> 31