Searched refs:getFontList (Results 1 – 10 of 10) sorted by relevance
244 assertThat(family.getFontList()).hasSize(2); in updateFontFamily()245 assertThat(family.getFontList().get(0).getPostScriptName()) in updateFontFamily()247 assertThat(family.getFontList().get(0).getFile().getAbsolutePath()) in updateFontFamily()249 assertThat(family.getFontList().get(0).getStyle().getWeight()) in updateFontFamily()251 assertThat(family.getFontList().get(1).getPostScriptName()) in updateFontFamily()253 assertThat(family.getFontList().get(1).getFile().getAbsolutePath()) in updateFontFamily()255 assertThat(family.getFontList().get(1).getStyle().getWeight()).isEqualTo(FONT_WEIGHT_BOLD); in updateFontFamily()266 assertThat(family.getFontList()).hasSize(2); in updateFontFamily_asNewFont()267 assertThat(family.getFontList().get(0).getPostScriptName()) in updateFontFamily_asNewFont()269 assertThat(family.getFontList().get(1).getPostScriptName()) in updateFontFamily_asNewFont()[all …]
226 assertThat(foobar.getFontList()).hasSize(2); in construct()227 assertThat(foobar.getFontList().get(0).getFile()) in construct()229 assertThat(foobar.getFontList().get(1).getFile()) in construct()433 assertThat(foobar.getFontList()).hasSize(1); in construct_afterBatchFailure()434 assertThat(foobar.getFontList().get(0).getFile()) in construct_afterBatchFailure()901 assertThat(test.getFontList()).hasSize(1); in addFontFamily()902 assertThat(test.getFontList().get(0).getFile()) in addFontFamily()961 assertThat(monospace.getFontList()).hasSize(1); in getSystemFontConfig()962 assertThat(monospace.getFontList().get(0).getFile()) in getSystemFontConfig()965 assertThat(getLastFamily(fontConfig, "test").getFontList()) in getSystemFontConfig()[all …]
384 assertThat(families.get(1).getFontList().get(0).getFile().getName()) in ignore()401 assertThat(families.get(0).getFontList().get(0).getVarTypeAxes()) in varFamilyType()403 assertThat(families.get(0).getFontList().get(1).getVarTypeAxes()) in varFamilyType()405 assertThat(families.get(0).getFontList().get(2).getVarTypeAxes()) in varFamilyType()
531 for (int j = 0; j < family.getFontList().size(); ++j) { in getFontByPostScriptName()532 FontConfig.Font font = family.getFontList().get(j); in getFontByPostScriptName()543 for (int k = 0; k < family.getFontList().size(); ++k) { in getFontByPostScriptName()544 FontConfig.Font font = family.getFontList().get(k); in getFontByPostScriptName()
179 final List<FontConfig.Font> fonts = family.getFontList(); in dumpFontConfig()221 final List<FontConfig.Font> fonts = family.getFontList(); in dumpFontConfig()
113 List<FontConfig.Font> fonts = xmlFamily.getFontList(); in resolveVarFamilyType()283 xmlFamily.getFontList(), in appendNamedFamilyList()
1497 for (int j = 0; j < family.getFontList().size(); ++j) {1498 preloadFontFile(family.getFontList().get(j).getFile().getAbsolutePath());
633 public @NonNull List<Font> getFontList() { in getFontList() method in FontConfig.FontFamily
3448 method @NonNull public java.util.List<android.text.FontConfig.Font> getFontList();
17998 method @NonNull public java.util.List<android.text.FontConfig.Font> getFontList();