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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java344 * Try to derive a font from {@code srcFont} for the style in {@code outFont}.
347 * @param srcFont the source font
353 private FontInfo deriveFont(@NonNull FontInfo srcFont, @NonNull FontInfo outFont) { argument
355 int srcWeight = srcFont.mWeight;
356 Font derivedFont = srcFont.mFont;
363 if (outFont.mIsItalic && !srcFont.mIsItalic) {
365 } else if (outFont.mIsItalic != srcFont.mIsItalic) {
368 outFont.mIsItalic = srcFont.mIsItalic;

Completed in 50 milliseconds