Java android.text.style ScaleXSpan fields, constructors, methods, implement or subclass

Example usage for Java android.text.style ScaleXSpan fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.style ScaleXSpan.

The text is from its open source code.

Constructor

ScaleXSpan(@FloatRange(from = 0) float proportion)
Creates a ScaleXSpan based on a proportion.
ScaleXSpan(@NonNull Parcel src)
Creates a ScaleXSpan from a parcel.