static SimpleAttributeSet style_italic() { ret style_italic(new SimpleAttributeSet); } static SimpleAttributeSet style_italic(SimpleAttributeSet a) { StyleConstants.setItalic(a, true); ret a; }
Began life as a copy of #1009731
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1009734 |
Snippet name: | style_italic |
Eternal ID of this version: | #1009734/1 |
Text MD5: | a18d29ef0f4da54741a09990569aed08 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-15 18:37:26 |
Source code size: | 207 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 456 / 489 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1022888 - style_underline |