Searched refs:srcFont (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java439 * Try to derive a font from {@code srcFont} for the style in {@code outFont}.
442 * @param srcFont the source font
448 private FontInfo deriveFont(@NonNull FontInfo srcFont, @NonNull FontInfo outFont) { argument
450 int srcWeight = srcFont.mWeight;
451 Font derivedFont = srcFont.mFont;
458 if (outFont.mIsItalic && !srcFont.mIsItalic) {
460 } else if (outFont.mIsItalic != srcFont.mIsItalic) {
463 outFont.mIsItalic = srcFont.mIsItalic;

Completed in 17 milliseconds