Category | Badge |
---|---|
Build | |
LayItOut | |
LayItOut.PdfRendering | |
LayItOut.BitmapRendering |
Library allowing to:
- design forms containing text, images, panels using absolute or relative positioning and sizing,
- render forms to bitmap or PDF document.
Features:
- Components:
- text components, including composition of text having different fonts / sizes,
- images,
- panels with colored background and/or borders, including rounded borders,
- containers such as Stack, VBox, HBox, Viewport allowing to arrange components accordingly,
- Ability to create forms programmatically or load it from XML,
- Renderers:
- rendering form into bitmaps using
LayItOut.BitmapRendering
package, - rendering form into PDF documents using
LayItOut.BitmapRendering
package.
- rendering form into bitmaps using
More information can be found on: wiki page