Package com.pspdfkit.ui.inspector.views
Interface FontPickerInspectorView.FontSizePickerListener
-
- All Implemented Interfaces:
public interface FontPickerInspectorView.FontSizePickerListener
Listener for font size changes for the Content Editing Bar.
-
-
Method Summary
Modifier and Type Method Description abstract void
onFontSelected(@NonNull() Integer selectedFontSize)
Called when the user has selected a font size. -
-
Method Detail
-
onFontSelected
abstract void onFontSelected(@NonNull() Integer selectedFontSize)
Called when the user has selected a font size.
- Parameters:
selectedFontSize
- The font size the user selected.
-
-
-
-