Interface FontUtil

All Known Implementing Classes:
AwtFontUtil, NoOpFontUtil

public interface FontUtil
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
API for abstraction of font related stuff. This encapsulates awt font access to support android.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    countLines(String content, int pixelWidth, String fontSize)
     
  • Method Details

    • countLines

      int countLines(String content, int pixelWidth, String fontSize)