public static interface

FontPickerInspectorView.FontSizePickerListener

com.pspdfkit.ui.inspector.views.FontPickerInspectorView.FontSizePickerListener

Class Overview

Listener for font size changes for the Content Editing Bar.

Summary

Public Methods
abstract void onFontSelected(Integer selectedFontSize)
Called when the user has selected a font size.

Public Methods

public abstract void onFontSelected (Integer selectedFontSize)

Called when the user has selected a font size.

Parameters
selectedFontSize The font size the user selected.