cleanup
This commit is contained in:
parent
173c68ef86
commit
b8df2eb68b
4
fonts.js
4
fonts.js
@ -424,9 +424,6 @@ var Font = (function() {
|
||||
this.compositeFont = properties.compositeFont;
|
||||
};
|
||||
|
||||
function parseCFF(file) {
|
||||
};
|
||||
|
||||
function stringToArray(str) {
|
||||
var array = [];
|
||||
for (var i = 0; i < str.length; ++i)
|
||||
@ -1999,6 +1996,7 @@ CFF.prototype = {
|
||||
|
||||
var Type2CFF = (function() {
|
||||
|
||||
// TODO: replace parsing code with the Type2Parser in font_utils.js
|
||||
function constructor(file) {
|
||||
var bytes = file.getBytes();
|
||||
this.bytes = bytes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user