Skip to content

Instantly share code, notes, and snippets.

@le0nidas
Last active January 16, 2022 11:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save le0nidas/0fae5897db8d346bbb110c363a67f67d to your computer and use it in GitHub Desktop.
// TextAppearanceSpan
public void updateMeasureState(TextPaint ds) {
// ...
if (mFamilyName != null) {
styledTypeface = Typeface.create(mFamilyName, style);
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment