Support for handing indent?
Ok guys I need your help. I have been building a Word -> FXML converter and so far have had pretty good success, but I cannot seem to figure out a way to do a hanging index in FXML. See...
View Articlelist remove
Is there any function to remove the list?// I can modify the list, but I don't know how to remove the list. it seems that there is no function to remove<?xml version="1.0"...
View ArticleHow to draw a line under the first paragraph
Hi there, I'm trying to solve a following problem: my text field should be divided into two parts, horizontally. First part is for a synopsis, and second one is for body. I need to visually divide...
View Articleprogrammatically add hyperlink to TextFlow
Hello,currently I add hyperlinks to a TextFlow the following way: public function setHyperLink( linkInput:String ):void{ if (editor.selectionActivePosition != editor.selectionAnchorPosition) {...
View Articleis there a way to send content of textflow to ms word with same format
i want a way to send content of textflow to ms word with same formati think with Clipboard.generalClipboard.setData and RICH_TEXT_FORMAT withe codewhich p.getText() is text of paragraph (p)...
View ArticleSingle line text keeps overlapping words
Some of my single line, centre aligned TLF text fields overlap words on top of each other. What I'm trying to do is have text fields with a fixed width and height, and a maximum font size. The text...
View ArticleCan you embed a font just using ActionScript in Flash CS4?
I want to embed a font for use with the new text framework in Flash CS4 just using ActionScript. Can anyone provide an example?
View ArticleUnable to build font/transcode (Helvetica Condensed Bold)
Hi all, I have a really serious problem. I would not share it if I could solve the problem. I have been tryting to find the solution for several days. I have three fonts which I want to embed (Flash...
View ArticleGlyph failover not working with FontLookup as both embedded or device?
I have an embedded font with a unicode range targeted to the latin base set:unicodeRange = 'U+0020-U+00FF' When my string includes arabic on a mac or kanji/han (chinese) on windows, the failover fails,...
View ArticleLatest swz files
Hi, I am making a FlashBuilder Actionscript file - that uses TLF. I want it to download the latest TLF swz from Adobe - but am not sure where it is located. I think that Flash CS5 swfs download it from...
View ArticleProblem retriving data from TLF
I 'm having problem retrieving the data i need to from TLF, please have a look at the post i made over at stackoverflow that explains the problem i am having:...
View ArticleIssue: Image didn't get resized on the published site
Hi all, I am using TLF 3.0 on Flex Builder 3 with Flex 3.6 SDK.I built a custom Rich Text Editor based on TLF to work as grid itemRenderer. In my Flex builder, everything is working fine and dandy...
View ArticleEmbed images in text flow. Any progress?
Hi I read a post here that the possibility of adding an embedded image to a <flow: img> tag was listed for future implementation.It would be great not to have to load the graphic as an URL when...
View ArticlePreserving whitespace when importing an html String into a RichText
Brief situation overview: The program allows the user to edit RichTextEditors and other classes in order to create presentable documents. The program handles printing the document so when the user...
View ArticleTrying to get mulitple columns in TLF
What do I need to do in order to get the divs into 2 columns while have the elements outside of the divs in 1 column? Will I have to use 2 RichTexts to do this? <RichText...
View ArticlecheckTLFFontsLoaded taking large amount of time every frame
After trying to figure out why converting all our text fields to TLF is hammering performance for ages, I've finally discovered the culprit function that is taking so long on every single frame:...
View ArticleTLF 3.0 - build error in Flex Builder 3
Hi all, I am using TLF 3.0 with Flex Builder 3 and Flex 3.6 SDK.I am able to do the ant build just fine but since I need to debug the code, I need to do it through the normal Flex project build...
View ArticleText Layout Framework was donated to Apache Software Foundation
Hi friends, Text Layout Framework (aka TLF) was donated to Apache Software Foundation on August 17th, 2012, as part of the Apache Flex project http://incubator.apache.org/flex/. All branches of TLF...
View ArticleTab Key Usage
Tab stops are included in TLF but while editing text if the tab key is pressed it executes the default Flex action of switching to the next component. I tried searching for a attribute so I could use...
View ArticleIterating through flowElements in a TextFlow to get their bounds
Hi. I created a textflow, added a ParagraphElement to it that includes a few SpanElements and InlineGraphicElements..I've set the flowComposer with a ContainerController, and so far everything is fine:...
View Article