If bad (oddball) TM glyphs appear, then converting to TMW causes, by
default, all oddballs to appear once in the resulting document. This'll help me find the correct glyphs for the oddballs, and it'll prevent the average user from converting a document with oddballs.
This commit is contained in:
parent
d45f5ab8c8
commit
32831b698f
2 changed files with 29 additions and 2 deletions
|
@ -80,4 +80,13 @@ public class DuffData {
|
|||
text = new String(chars);
|
||||
font = i;
|
||||
}
|
||||
|
||||
/** Changes the text and font this DuffData represents.
|
||||
* @param c a String of TibetanMachineWeb or TibetanMachine text
|
||||
* @param i a TibetanMachineWeb or TibetanMachine font number
|
||||
*/
|
||||
public void setData(String s, int i) {
|
||||
text = s;
|
||||
font = i;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue