Font export of dot character

This commit is contained in:
Jindra Petřík
2014-10-18 14:01:34 +02:00
parent 695a1e6e24
commit d1caca7113
@@ -12,7 +12,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.␍ */
* License along with this library.
*/
package com.jpexs.decompiler.flash.exporters;
import com.google.typography.font.sfntly.Font;
@@ -173,10 +174,7 @@ public class FontExporter {
char c = t.glyphToChar(i);
if (contours.isEmpty()) {
continue;
}
if (c == '.') {
continue;
}
}
final FGlyph g = f.addGlyph(c);
double adv = t.getGlyphAdvance(i);
if (adv != -1) {