Package org.htmlunit.platform.font
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
countLines(java.lang.String content, int pixelWidth, java.lang.String fontSize)
-