Searched refs:getFontList (Results 1 – 10 of 10) sorted by relevance
254 assertThat(family.getFontList()).hasSize(2); in updateFontFamily()255 assertThat(family.getFontList().get(0).getPostScriptName()) in updateFontFamily()257 assertThat(family.getFontList().get(0).getFile().getAbsolutePath()) in updateFontFamily()259 assertThat(family.getFontList().get(0).getStyle().getWeight()) in updateFontFamily()261 assertThat(family.getFontList().get(1).getPostScriptName()) in updateFontFamily()263 assertThat(family.getFontList().get(1).getFile().getAbsolutePath()) in updateFontFamily()265 assertThat(family.getFontList().get(1).getStyle().getWeight()).isEqualTo(FONT_WEIGHT_BOLD); in updateFontFamily()276 assertThat(family.getFontList()).hasSize(2); in updateFontFamily_asNewFont()277 assertThat(family.getFontList().get(0).getPostScriptName()) in updateFontFamily_asNewFont()279 assertThat(family.getFontList().get(1).getPostScriptName()) in updateFontFamily_asNewFont()[all …]
215 assertThat(foobar.getFontList()).hasSize(2); in construct()216 assertThat(foobar.getFontList().get(0).getFile()) in construct()218 assertThat(foobar.getFontList().get(1).getFile()) in construct()419 assertThat(foobar.getFontList()).hasSize(1); in construct_afterBatchFailure()420 assertThat(foobar.getFontList().get(0).getFile()) in construct_afterBatchFailure()885 assertThat(test.getFontList()).hasSize(1); in addFontFamily()886 assertThat(test.getFontList().get(0).getFile()) in addFontFamily()945 assertThat(monospace.getFontList()).hasSize(1); in getSystemFontConfig()950 .isEqualTo(monospace.getFontList()); in getSystemFontConfig()971 assertThat(updated.getFontList()).hasSize(1); in getSystemFontConfig_preserveFirstFontFamily()[all …]
493 for (int j = 0; j < family.getFontList().size(); ++j) { in getPreinstalledFontRevision()494 FontConfig.Font font = family.getFontList().get(j); in getPreinstalledFontRevision()505 for (int k = 0; k < family.getFontList().size(); ++k) { in getPreinstalledFontRevision()506 FontConfig.Font font = family.getFontList().get(k); in getPreinstalledFontRevision()
179 final List<FontConfig.Font> fonts = family.getFontList(); in dumpFontConfig()221 final List<FontConfig.Font> fonts = family.getFontList(); in dumpFontConfig()
209 xmlFamily.getFontList(), in appendNamedFamilyList()
371 assertThat(families.get(1).getFontList().get(0).getFile().getName()) in ignore()
1494 for (int j = 0; j < family.getFontList().size(); ++j) {1495 preloadFontFile(family.getFontList().get(j).getFile().getAbsolutePath());
581 public @NonNull List<Font> getFontList() { in getFontList() method in FontConfig.FontFamily
3265 method @NonNull public java.util.List<android.text.FontConfig.Font> getFontList();
17214 method @NonNull public java.util.List<android.text.FontConfig.Font> getFontList();