public interface FontUtil
| Modifier and Type | Method and Description |
|---|---|
int |
countLines(String content,
int pixelWidth,
String fontSize)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
int countLines(String content, int pixelWidth, String fontSize)
content - the text to be layoutedpixelWidth - the max width of the resulting text blockfontSize - the font size to be usedCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.