~soylent-tv/truckliststudio/trickliststudiogit

« back to all changes in this revision

Viewing changes to src/truckliststudio/streams/SourceText.java

  • Committer: Karl Ellis
  • Date: 2016-08-23 13:32:40 UTC
  • Revision ID: git-v1:6d4fd849eff0bfc9c367a43214c8bba29aaa6a2f
Update sources to TrucklistStudio 0.9.2 build 77

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
            buffer.setColor(new Color(color));
393
393
            int tHeight = textHeight;
394
394
//            System.out.println("FontHeight: "+textHeight);
395
 
            int k = (int) (textHeight * (15.0f / 100.0f));
 
395
            int k = (int) (textHeight * (25.0f / 100.0f));
396
396
            for (String line : linee) {
397
397
                buffer.drawString(line, (captureWidth - textWidth) / 2, tHeight - k); //
398
398
                tHeight += textHeight;