Package org.freeplane.api
Interface FontRO
-
- All Known Subinterfaces:
Font
,Proxy.Font
,Proxy.FontRO
public interface FontRO
Node's font:node.style.font
- read-only.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
int
getSize()
boolean
isBold()
boolean
isBoldSet()
boolean
isItalic()
boolean
isItalicSet()
boolean
isNameSet()
boolean
isSizeSet()
-