Skip to content

Commit

Permalink
CSMTextSettingsTag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Jan 19, 2013
1 parent 38aa38e commit 2f60847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk/src/com/jpexs/asdec/tags/CSMTextSettingsTag.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public byte[] getData(int version) {
sos.writeUB(3, 0);
sos.writeFIXED(thickness); //TODO:write F32
sos.writeFIXED(sharpness); //TODO:write F32
sos.writeUI8(0);
} catch (IOException e) {
}
return baos.toByteArray();
Expand Down

0 comments on commit 2f60847

Please sign in to comment.