Warning: session_start(): open(/var/lib/php/sessions/sess_aua2jpj0usb4r1m89s6mbn2fmg, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
cmodule2 FontDemo > DynSCP {
switchable S fontSnippetID;
switchable int fontSize = 100;
switchable S text = charRange('A', 'Z') + charRange('a', 'z') + charRange('0', '9');
visual
northAndCenter(centerAndEastWithMargins(
jhgrid(dm_textFieldWithLabel fontSnippetID(),
dm_intSpinnerWithLabel fontSize(1, 200)),
jbutton("Show", rThreadEnter show)),
super);
void show {
JScrollPane sp = scrollableImageSurface(renderText(fontSnippetID, fontSize, text));
scp.setComponent(jSection(snippetWithTitle(fontSnippetID), sp));
}
}