JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#465 Make editable font parameters (bold and italic) in DefineFont*
Author: user megalol
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Fonts
State: closed Help

It will be useful in some cases.
developer
Implemented. Please try the nightly build.
developer
State: new→upgraded
user
I can't get it work. No check in checkboxes after clicking.
user
Tryed on sasha_endings.swf
developer
Hmm. DefineFont2, DefineFont3 and DefineCompactedFont tags should be editable always. DefineFont tag is editable only when fontInfoTag is available. Please try with the first 3 tagtypes.
developer
Is there any exception in the log or in the ouptut when you press the edit button?
user
Sorry, my fault. I didn't saw Edit button but anyway doesn't seems that it works good because after I made DefineFont3(41:Dosis) italic it has no italic effect (the result looked like bold). Btw since 8857665003a9 nightly "Embed..." button doesn't work because it works now as OK button and OK button now works as "Embed...". Also please check "Update texts" button because I'm not sure if it works too.
developer
Yes, the bold and italic settings are only metadata. So the fonts won't be changed. This is the expected behavour. I'll check the button event handlers.
user
Lol :(. It needed for me to change font behavior :). So how to make text bold or itallic in FFDec or what feature issue needs to create?
user
...and not all text but some part of it. Because I know that if I'll import characters from bold of italic font all text will became with it behavior.
developer
It is not possible to change the existing characters. (Is it true JPEXS?) You should import them again from the bold font. So first you can change the bold and/or italic property, then you when you import, it will be imported from bold/italic fonts.
user
Ok, thanks. I works that way as you said.
admin
For "It is not possible to change the existing characters": You can set font to bold and then import same characters which it contains and they will be overwritten (If you select "Yes to all" in the dialog) a Honfika said.
admin
*as
developer
Then i'll close this issue, ok?
user
Yes, close it.
developer
Button event handlers fixed, too.
State: upgraded→closed