Searched refs:matchFamilyStyleCharacter (Results 1 – 2 of 2) sorted by relevance
56 Pair<File, Integer> fontForA = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter()58 Pair<File, Integer> fontForB = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter()65 Pair<File, Integer> fontForA = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_fallback()67 Pair<File, Integer> fontForB = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_fallback()115 NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_notCrash()
70 public static Pair<File, Integer> matchFamilyStyleCharacter(String familyName, int weight, in matchFamilyStyleCharacter() method in NativeSystemFontHelper