FileDocCategorySizeDatePackage
MetricAffectingSpan.javaAPI DocAndroid 1.5 API2734Wed May 06 22:41:56 BST 2009android.text.style

MetricAffectingSpan

public abstract class MetricAffectingSpan extends CharacterStyle implements UpdateLayout
The classes that affect character-level text formatting in a way that changes the width or height of characters extend this class.

Fields Summary
Constructors Summary
Methods Summary
public android.text.style.MetricAffectingSpangetUnderlying()
Returns "this" for most MetricAffectingSpans, but for MetricAffectingSpans that were generated by {@link #wrap}, returns the underlying MetricAffectingSpan.

        return this;
    
public abstract voidupdateMeasureState(android.text.TextPaint p)