Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-29-2005, 01:58 PM
Junior Member
 
Join Date: Nov 2004
Posts: 4
Default SWFGen Text Change / Font Issue

Hey Folks,

I've been messing with the OnSubEditText event in SWFGen and have been experiencing a problem with being able to replace some fonts but not others. I'd say most of the TTF fonts work, but when I couldn't get Webdings font replace to work amongst others I tried changing the fontname reference to the phyical local URL of the font. Still to no avail. Any help on this would be greatly appreciated. Here is some code: (vb.net)

Private Sub OnSubEditText(ByVal obj As Object) Handles SWFGen.OnSubEditText
Dim strVar As SWFGENLib.DataProxyEditText = obj
Select Case strVar.Text
Case txtReplace.Text
With strVar
.FontName = "C:\WINDOWS\Fonts\webdings.TTF"
.Text = txtReplaceWith.Text
.FontChars = txtReplaceWith.Text
.NeedSub = 1
End With
End Select
End Sub
Reply With Quote
  #2 (permalink)  
Old 03-31-2005, 08:46 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:SWFGen Text Change / Font Issue

This might be a bug of swfgen, it cannot find the characters in the webdings font. We will fix it a.s.a.p.
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:49 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.