comparison src/com/five_ten_sg/connectbot/service/TerminalBridge.java @ 190:dfdbc75cd45f

use floating point font size, change size by scaling factor rather than linear addition
author Carl Byington <carl@five-ten-sg.com>
date Wed, 02 Jul 2014 16:23:21 -0700
parents ab6f64d1a24a
children 2e4ab8c33851
comparison
equal deleted inserted replaced
189:ab6f64d1a24a 190:dfdbc75cd45f
170 170
171 /** 171 /**
172 * Create new terminal bridge with following parameters. 172 * Create new terminal bridge with following parameters.
173 */ 173 */
174 public TerminalBridge(final TerminalManager manager, final HostBean host, final String homeDirectory) throws IOException { 174 public TerminalBridge(final TerminalManager manager, final HostBean host, final String homeDirectory) throws IOException {
175 float hostFontSize;
176 this.manager = manager; 175 this.manager = manager;
177 this.host = host; 176 this.host = host;
178 this.homeDirectory = homeDirectory; 177 this.homeDirectory = homeDirectory;
179 emulation = host.getHostEmulation(); 178 emulation = host.getHostEmulation();
180 179