Uses of Interface
io.keikai.model.SFontBuilder
Packages that use SFontBuilder
-
Uses of SFontBuilder in io.keikai.model
Methods in io.keikai.model that return SFontBuilderModifier and TypeMethodDescriptionSBook.addFont()Create a font builder and store inside this book after built, then you can useSBook.searchFont(FontMatcher)to search and reuse this style.Create a font builder and copy the style from the src style, store inside this book after built, then you can useSBook.searchFont(FontMatcher)to search and reuse this style.SFontBuilder.boldweight(SFont.Boldweight boldweight) Sets the font's bold style.Sets the font's color.SBook.createFont()Create a font builder without storing inside this book after built.SBook.createFont(SFont src) Create a font builder and copy the style from the src style, store inside this book after built, then you can useSBook.searchFont(FontMatcher)to search and reuse this style.SFontBuilder.heightPoints(int heightPoints) Sets the font's height point.SFontBuilder.italic(boolean italic) Sets if the font is italic.Sets the font's name like "Calibri".SFontBuilder.strikeout(boolean strikeout) Sets if the font is strike-out.SFontBuilder.typeOffset(SFont.TypeOffset typeOffset) Sets the font's type offset.SFontBuilder.underline(SFont.Underline underline) Sets the font's underline style. -
Uses of SFontBuilder in io.keikai.model.impl
Subinterfaces of SFontBuilder in io.keikai.model.implClasses in io.keikai.model.impl that implement SFontBuilderMethods in io.keikai.model.impl that return SFontBuilderModifier and TypeMethodDescriptionBookImpl.addFont()BookImpl.createFont()BookImpl.createFont(SFont src)