Uses of Class
g3.project.graphics.FontProps
-
Packages that use FontProps Package Description g3.project.elements g3.project.graphics -
-
Uses of FontProps in g3.project.elements
Methods in g3.project.elements that return FontProps Modifier and Type Method Description FontProps
FontElement. getProperties()
Get the element's font styling properties. -
Uses of FontProps in g3.project.graphics
Methods in g3.project.graphics that return FontProps Modifier and Type Method Description FontProps
StyledTextSeg. getStyle()
Get the style.Constructors in g3.project.graphics with parameters of type FontProps Constructor Description StyledTextSeg(FontProps myStyle, java.lang.String myWord)
Constructor.
-