Package io.keikai.model
Interface SFontBuilder
- All Superinterfaces:
StyleBuilder<SFont>
- All Known Subinterfaces:
AbstractFontBuilderAdv
- All Known Implementing Classes:
FontBuilderImpl
-
Method Summary
Modifier and TypeMethodDescriptionboldweight(SFont.Boldweight boldweight) Sets the font's bold style.Sets the font's color.heightPoints(int heightPoints) Sets the font's height point.italic(boolean italic) Sets if the font is italic.Sets the font's name like "Calibri".strikeout(boolean strikeout) Sets if the font is strike-out.typeOffset(SFont.TypeOffset typeOffset) Sets the font's type offset.underline(SFont.Underline underline) Sets the font's underline style.Methods inherited from interface io.keikai.model.StyleBuilder
build
-
Method Details
-
color
Sets the font's color. -
name
Sets the font's name like "Calibri". -
heightPoints
Sets the font's height point. -
boldweight
Sets the font's bold style. -
italic
Sets if the font is italic. -
strikeout
Sets if the font is strike-out. -
typeOffset
Sets the font's type offset. -
underline
Sets the font's underline style.
-