Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1005872 // Try rendering one line in every local font

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (2695L/19K/71K).

!752

static float size = 40f;
sS text = "01"; //"Hello Font.";

p {
  new L<L> data;
  for (S font : localFontFamilies()) pcall {
    print("Rendering in " + font + "...");
    data.add(ll(font, renderText(new Font(font, Font.PLAIN, (int) size), size, text)));
  }
  showTableWithImages(quote(text) + " in every local font (size \*size*/)",
    ll("Font Name", "Text"), data).setRowHeight(max(30, iround(size*5/4)));
}

Author comment

Began life as a copy of #1005870

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005872
Snippet name: Try rendering one line in every local font
Eternal ID of this version: #1005872/1
Text MD5: 4f214b0af4afe2f3623a3737d38ae3c5
Transpilation MD5: 7fb27a4025cf59120e1021f4ada2d9e5
Author: stefan
Category: javax / gui
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-11 16:05:32
Source code size: 432 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 453 / 547
Referenced in: [show references]