Device fonts on korean win98 and \u00a0

I've created some movie to test display of some characters on
non western windows. On korean win98se i received strange result.
in text rendered with device fonts   character merges with
next character and appears as korean glyph. With selection i can
'split' this glyph to space and next character. With embedded fonts
wverything works fine.
Is there solution/workaround to avoid this problem? i dont
want to use embedded fonts, to keep swf file size in reasonable
limits.
images:
(movie compiled with mx2004 and played with FP9, win98se ko,
text : "The\u00a0Man in the High\u00a0Castle..\\.")
strange
glyph
selection
from left (nbsp selected)
selection
from right (M selected)

Tom Gewecke wrote:
He is no doubt referring to what has happened to his songs in iTunes.  It is a common problem when transferring from Windows.
Thank you.
So, what the OP is actually trying to say is that his ID3 tags are mojibake. (Not that his Korean fonts are 'scrambled' or some files are 'unreadable'.)
crystalchung worte:
I tried the id3 tags and reverse unicode and the whole 9 yards.
If the above is correct, what was that about, trying "the id3 tags and reverse unicode and the whole 9 yards"? You haven't even gone 9 inches, let alone 9 yards…
IMHO, the best way to fix this is at the source. On Win, convert the ID3 tags in your Korean music files to ID3 v2.4 and their text encoding from CP 949 (presumably that's what they're in) to Unicode (UTF-8). If your media manager doesn't have this capability, get mp3tag.
<http://mp3tag.de/>
Here are some basic instructions
<http://www.nixer.org/encoding-id3-tags-mp3>
(Note that options in the most recent version of mp3tag may be slightly different; also, the author recommends ID3 v2.3/UTF-16. It's up to you; I prefer v2.4/UTF-8.)
If you no longer have access to the PC, you can try to run mp3tag on your Mac in a compatibility layer (Wine), or a VM (eg, Parallels), or under Boot Camp. Look here for a Mac app-plus-integrated compatibility wrapper version of mp3tag.
<http://vortexbox.org/threads/3251-Mac-OS-X-version-of-mp3tag>
I've never used it, so I don't know how well it runs.
Whatever option you choose, try it first on a couple of files and check if fixes the issue before processing all your files. And it's best to work on a copy of your music library, just in case anything goes wrong.

Similar Messages

  • Anti alias and Use device font not why is that not working?

    I am editing a flash template that I have and I know
    about the anti alias setting and I went through all the text boxes and set them to use device fonts and they all seem to b
    e working except for the sliding text boxes, see attached images that show the sliding box (the gray color) and the text box behind it, when I drill down to the text box it is set to use device fonts already but when I enter my text it does not show all the letters (the W A and V for example are missing) I know that is caused by the Antialias setting but I am unable to find what is set to that in this sliding box, what am I missing? I am a very novice user so please be as detailed as you can in you answer, I can provide any information needed. Thank s in advance.
    I am using CS10

    I had the same issue. They say that because TRC Sri Lanka haven't registered IPad or apple as a safe product. That means the IMEI of apple products will not match with srilankan regulatory specifications. But this issue will be solved in near future. Please contact telecommunications and regulatory bord for details. Dialog axiata can't help.

  • Anti-aliasing of device fonts in TextField is different in Flash 8 and Flash 10

    We have noticed that when we display a TextField with a device font (Verdana), that the antialiasing is different (and subjectively worse) when
    the app is compiled as a swf10 app than when it is compiled as a swf8 app.
    Below is the TextField when compiled and run as a SWF 10 file,  displayed in the 10.1 player. The font size was set to 12 point, magnified, to show that it uses grayscale antialiasing
    An below is the same code but compiled to a swf8 file (and run in the 10.1 player as well)
    You can see that when the file is compiled as SWF8, the device font is rendered with color pixels, I guess as an LCD font.
    Can anyone tell me why this is not being done for TextField when the app is compiled/run as SWF10 ??
    The code to instantiate the text field looks like
            var tf:TextField = new TextField();
                tf1.antiAliasType = AntiAliasType.ADVANCED;
                tf1.autoSize = TextFieldAutoSize.LEFT;
                tf1.sharpness = 0;
                tf1.x = 100;
                tf1.y = 50;
                tf1.width=400;
                tf1.height=50;
                var fmt:TextFormat = new TextFormat();
                fmt.kerning = true;
                fmt.size = 12;
                fmt.font = 'Verdana';
                tf1.embedFonts = false;
                tf1.styleSheet = null;
                tf1.defaultTextFormat = fmt;
                var str = "Verdana";
                tf1.htmlText = str;

    Actually our users are complaining that the Flash 10 grayscale antialiasing on device fonts does not look as good
    as the Flash 8 style antialiasing.Virtually everyone uses LCD monitors now, and it seems like the Flash 8 color
    dithering produce better results on these displays.
    It is demonstrated that the Flash 10 player will render device fonts with
    different algorithms when it is using AVM1 or AVM2, so what I would like to know is if there is any way to have programmatic control over this
    choice in my Flash 10 application, so I can get the Flash 8 style antialiasing, or control other parameters on a device font,  like sharpness, etc.

  • Why is getLineMetrics inaccurate when using device fonts* or immediately after resizing a TextField?

    1.  We need getLineMetrics to return correct values immediately after changing a TextField's width/height or any property that would affect the layout metrics, withouth having to alter other properties like setting the text to itself (p1.text = p1.text).  Currently, if you change the width of a text field to match the stage width for example, getLineMetrics will not return correct values until the next frame.... UNLESS you set the text property.
    2.  We also need some kind of "stage scaled" event in addition to the "stage resize" event (which only fires when stage scale mode is no_scale), because stage scaling affects the rendered size of device fonts so dramatically that we must call getLineMetrics again.  This is not the case for fonts antialiased for readability, since their size is relatively stable with scaling, as demonstrated by drawing a box around the first line once and then scaling the stage.
    So those are the problems.  The asterisk in the title of this post is there because it seem that TextField.getLineMetrics is accurate with device fonts, but I cannot take advantage of that accuracy without a way to detect when the player is scaled.  I can only confirm its accuracy at a 1:1 scale, since there is no way to recalculate the size of the line rectangle once the player is scaled, aside from setting a timer of some sort which is a real hack not to mention horribly inefficient with no way to detect when the stage has actually be scaled.
    I use device fonts because embedded fonts look terrible and blurred compared to device font rendering.  The "use device font" setting matches the appearance of text in web browsers exactly.  The only way to get embedded/advanced antialiased text in flash to approximate that of the device font look is to primarily set gridFitType to PIXEL instead of SUBPIXEL, and secondly set autokerning to true to fix problems caused by the PIXEL grid fit type.  That ensure strokes are fitted solidly to the nearest pixel, however it still lacks the "ClearType" rendering that device fonts use, which has notable color offset to improve appearance on LCD monitors, rather than the purely grayscale text that flash uses in its subpixel rendering.  Frankly, failure to use device fonts because of API issues, is the only reason why Flash sometimes doesn't look as good as HTML text and why people say text in Flash "looks blurry".  I'm tired of hearing it.  If the player simply dispatched an event when scaled and updated the metrics immediately when any property of the text field that would affect the metrics is changed, then we could all happily use device fonts and Flash text would look great.  As is stands, because of the two problems I mentioned in the opening paragraph, we're stuck dealing with these problems.
    If you create two text fields named "p1" and "p2" for paragraph 1 and 2, populate them with an identical line of text and set one to "use device fonts" and the other to "antialias for readability", then use this code to draw boxes around the first line of text in each of them:
    import flash.text.TextField;import flash.text.TextLineMetrics;graphics.clear();drawBoxAroundLine( p1, 0 );drawBoxAroundLine( p2, 0 );function drawBoxAroundLine( tf:TextField, line_index:int ):void{          var gutter:Number = 2;          var tlm:TextLineMetrics = tf.getLineMetrics( line_index );          graphics.lineStyle( 0, 0x0000ff );          graphics.drawRect( tf.x + gutter, tf.y + gutter, tlm.width, tlm.height );}
    The box surrounding the line of text in the "use device fonts" box is way off at first.  Scaling the player demonstrates that the text width of the device font field fluctuates wildly, while the "antialias for readability" field scales with the originally drawn rectangle perfectly.  That much is fine, but again to clarify the problems I mentioned at the top of this post:
    Since the text width fluctuates wildly upon player resize, assuming that getLineMetrics actually works on device fonts (and that's an assumption at this point), you'd have to detect the player resize and redraw the text.  Unfortunately, Flash does not fire the player resize event unless the stage scale mode is set to NO_SCALE.  That's problem #1.  And if that's by design, then they should definitely add a SCALE event, because changes in player scale dramatically affect device font layout, which requires recalculation of text metrics.  It's a real issue for fluid layouts.
    The second problem is that even when handling the resize event, and for example setting the text field width's to match the Stage.stageWidth property, when the text line wraps, it's not updated until the next frame.  In other words, at the exact resize event that causes a word to wrap, calling getLineMetrics in this handler reports the previous line length before the last word on the line wrapped.  So it's delayed a frame.  The only way to get the correct metrics immediately is basically to set the text property to itself like "p1.text = p1.text".  That seems to force an update of the metrics.  Otherwise, it's delayed, and useles.  I wrote about this in an answer over a year ago, showing how sensitive the text field property order is: http://stackoverflow.com/a/9558597/88409

    As I've noted several times, setting the text property to its own current value should not be necessary to update the metrics, and in some subclasses of text field, setting a property to its own value is ignored as the property is not actually changing and processing such a change would cause unnecessary work which could impact application performance.  Metrics should be current upon calling getLineMetrics.  They are not.  That's the problem.
    From a programming perspective, having to set the text property (really "htmlText" to preserve formatting) to itself to update metrics is almost unmanagable, and doesn't even make sense considering "htmlText" is just one of a dozen properties and methods on a TextField that could invalidate the layout metrics (alignment, setTextFormat, width, height, antiAliasMode, type, etc.), and I would have to override every one of those properties so that I could set htmlText = htmlText.  Using such a subclass isn't even possible if I want to use the Flash IDE to add text fields to the stage.  I would have to iterate over the display list and replace all existing fields with my subclass, which also isn't a good workaround because there's no way to update any and all variable references that may have been made to those instances.
    Frome what I've read, the invalide+render event system is unreliable.  My layout framework is similar to that of Windows Forms, and performs layout immediately, with dozens of docking modes and uses suspend and resume layout calls for efficiently resizing multiple child objects in a component.  Certain calculations cannot be aggregated for a render event, because some containers are semi-reflexive, meaning they can expand to fit the child contents while also contraining the child size, depending on whether the contain was resized or the child component was resized, so as a matter of correctness the resizing calcultation must occur immediately when the child resizes, otherwise a top-down pass on the display hierarchy for resizing will not be sufficient.
    As far as waiting until the next frame, no that is not possible, as it will cause one frame to be completely wrong.  If I was dragging the browser window to resize it, it would look terrible as virtually every single frame during the resizing operation would be incorrect.  Also, in the case where a user clicks the maximize or restore button of the web browser, the resizing event will occur exactly once, so if the metrics are not correct when that occurs, there is no recalculation occuring on the next frame, it will just be wrong and sit there looking wrong indefinitely.
    In case it's not obvious by now, this is a web application.  It uses the NO_SCALE stage scaling option, so notification of the event is not actually an issue for me personally.  I was just pointing out that for anyone not using the NO_SCALE option, there is no event in Flash to detect player scale.  What you're suggesting is using a JavaScript event and using the ExternalInterface bridge to send a message, which there is no guarantee whether it will be processed in a timely matter by the player and introduces possible platform inconsistancies, depending on whether the browser has actually resized the Flash interface at that point or what state Flash is in when it tries to recalculate the size of the text.  The browser may send that event to flash before the player is actually resized, so it will be processing incorrect sizes and then resized after the fact.  That's not a good solution.  Flash needs a scale event in addition to a resize event.  I'm really surprised it doesn't have one.  At the very least, the existing resize event should be dispatched reguardless of the stage scale mode, rather than occuring exclusively in the NO_SCALE mode.
    Bottom line is that getLineMetrics needs to return correct values every time it is called, without having to set the "text" property immediately before calling it.  If such a requirement exists, which seems to be the case, then that needs documented in the getLineMetrics method.

  • Some device fonts not appearing under 11.0.1.152

    Mac OSX 10.7.1 (Lion)
    Safari 5.1
    Firefox 6.0.2
    I have several swfs published for FP 10 & 10.1 which have been working fine under FP 10.3.182.10 in both Safari and Firefox.
    The swfs have code that displays a device font ("_sans") for certain languages, such as Greek, Russian etc. After upgrading to 11.0.1.152 some of the device font text is not appearing. I say some as it stills appears correctly in some places but not everywhere.
    I have re-installed 10.3.182.10 and it works perfectly again in both browsers.
    In case this problem was related just to the browser plug in I also installed the standalone player for 11.0.1.152 (Flash Player Debugger) and ran the swf from my desktop by double clicking it. Once again the fonts stopped displaying correctly.
    If I run Test Movie from within Flash Professional, the text appears correctly as I have installed 10.3.182.10 as the version under "Players" in the Flash Professional installation folder.
    Can anybody shed any light on what is going on here?

    I think I have been able to replicate the issue.
    My swf has some dynamic text under a mask which by default is set to display as Arial. By changing a Boolean variable to true, I set the text field to use a new TextFormat which has a font property "_sans".
    Here is the complete code:
    import flash.text.TextFormat;
    var useDeviceFont:Boolean = true;
    if (useDeviceFont) {
              var format:TextFormat = new TextFormat();
              format.font = "_sans";
              myClip_mc.myText_txt.embedFonts = false;
              myClip_mc.myText_txt.defaultTextFormat = format;
    myClip_mc.myText_txt.text = "Hellobvxcxcvbnrsdjytfkugilhdjgsfhjkl";
    The result is that with FP 10.3.182.10 installed I can see the text. but with 11.0.1.152 the text does not appear. Here are two screen shots:
    My system is Mac OS X 10.7.2
    Safari 5.1.1
    Message was edited by: yachts99
    I can also see the same issue when viewing the swf in the standalone versions of the player.

  • Need to create PCL that doesn't reference the resident device fonts

    Greetings SAP folks,
    JSYK where I'm coming from on this...I am a print/data stream guy.  I know little about the workings of SAP. 
    The workflow of the customer is......SAPscript to PCL to IBM's AFP (Advanced Function Presentation) to IBM IPDS (Intelligent Printer Data Stream) to a Kodak Press Controller.
    The basic issue is this....the fonts being used from beginning to end must all be of the same typeface or font family and the glyph metrics must be as close as possible.  If not, the results are character and word spacing issues (too close together or too far apart).
    To be more specific, the issue is that the customer has specified Helvetica, Times and Courier fonts in their SAPscript and after I dump of the PCL escape sequences, it shows me that Universe, CG Times and Courier fonts, respectively,  are being referenced.   The PCL is then transformed by another application from the queue into IBM's AFP which is then routed to their z/OS mainframe and into a JES queue where a functional subsystem called Print Services Facility (PSF) transforms the AFP into a specific printer communication protocol called IPDS that is used for printing on the Kodak press. 
    The Kodak customer that I'm working with has SAP R/3 4.6C running on AIX and the issue that we are having is that the  generation of PCL must contain the correct PCL font family name or must contain a soft font with the correct font family (typeface) name and the correct glyph character attributes.  From all that I've read about SAPscripts, printer device drivers, OTF files, uploading and accessing soft fonts, it would appear to me that there must be a switch or PCL escape sequence that can be set somewhere that tells the PCL device driver to use the soft fonts or use the typeface name and font metrics that are contained in the PRI file (HPLJ4100).  
    What I'm seeing in the PCL, I would interpreted that the application did not supply enough information about the font and based the font selection hierarchy from the HP PCL5 Reference Guide,  the font reference being placed in the PCL is that of a "resident" font and not what we need.
    I have in my possession the 1984/1985 Adobe PFM/PFB files and FontLab Studio so that I can create TTF's and/or AFM/INF files for uploading.
    If there is a switch to turn on or attribute to set that enables soft font downloading or something that tells the PCL device driver to use the font metric information contained in the PRI file, that would be good to know.  Otherwise, I need to know if the SE73 documentation is the correct path that I have to take in order to get what they need.   Keep in mind that they are running on AIX and not Windows.
    Thanks,
    Paul

    Dear Sean, my new hero...
    This worked beautifully... it is actually a better solution than what I was trying to do, which would have created a huge, 100MB .exe...
    Your suggestion is exactly what I was hoping I could do... it even protected my Photoshop files in the directory. (I'd never noticed that "protect" option before!!)
    Thank you so, so much for your help!!!!

  • Embedding device fonts in Flash Player 10

    Hi guys, a new feature in Flash Player 10 is that you can use device fonts with anti-aliasing without having to embed all the characters in the swf. This is definitely a great feature when you deal with many languages. I found an example:
    http://blog.joshbuhler.com/2008/05/20/anti-aliased-device-fonts-in-astro/
    It works great if I specify the exporting for Flash Player 10. I just wonder why it shouldn't be working if I export it for 9, the actionscript is the same (I'm using flex sdk).
    If exporting for 10 is mandatory, is there any risk to export an application written for flash player 9 as flash player 10 (and leaving 9 as minimum requirement) only because this feature?
    Cheers, chr

    Thanks for the quick response! here is the file list (all file versions are 10.1.53.64):
    C:\Windows\SysWOW64\Macromed\Flash:
    Flash10h.ocx
    FlashAuthor.cfg
    FlashInstall.log
    flashplayer.xpt
    FlashUtil10h_ActiveX.dll
    FlashUtil10h_ActiveX.exe
    install.log
    NPSWF32.dll
    NPSWF32_FlashUtil.exe
    uninstall_plugin.exe
    C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerTrust:
    Adobe Search For Help.cfg
    AdobeFireworksCS5.cfg
    AdobeXMPFileInfo.cfg
    AdobeXMPFileInfoCS5.cfg
    kuler.cfg
    ServiceManager.cfg
    I also made sure all the addson are enabled. Still doesn't work.
    disabled hardware acceleration.Still doesn't work.
    the last resort is will try to update the GPU driver - as ʇɐb ɹəuəllıʍ said.
    I will keep you posted either way. thanks

  • Wrong device font in Flash CC

    There's a problem with device fonts in Flash CC.
    When I create a dynamic textfield in Flash CS6, set the font to Verdana and select 'Use device fonts' as Anti-Alias option without embedding it does the following:
    Correctly show the Verdana font without anti-alias, because it's present on my computer.
    Now, when I do the same in Flash CC it does this:
    That isn't Verdana, looks more to be New Times Roman or similar. What's the deal with that?

    Hi
    Could you please delete the prefrence files of CS 6 and CC , then open the CS6 file in CC. Let me know whether its working correclty.
    regards
    Jose.

  • Muse, how can i select "web safe fonts" in korean font?

    when i using Muse,
    how can i select "web safe fonts" in korean font?
    there are only english web safe fonts in muse.
    so i can't select national language(korean) in web safe fonts...
    a there any updates about this..?
    now in muse, i always using korean fonts in image;;

    At this time, English and Japanese is the only locale for which Muse provides an alternative set of web-safe fonts. You wouldn't see them in Korean. A similar thread here - http://forums.adobe.com/message/5492379
    Thanks,
    Vinayak

  • CacheAsBitmap interfering with device font clear type rendering.

    I want to use device fonts in my application so the text appears clear on LCD displays and uses the system's clearType font rasterizing system.  It is characterized by slightly colored edges of text, as opposed to Flash's purely grayscale text rasterizer.  clearType is also what web browsers use, so it allows the text in Flash to exactly match that of the web browser.  Otherwise, Flash's text looks blurry when it uses it's own system with embedded fonts such as "anti-alias for readability", which is purely grayscale.
    I've noticed that when I'm using a scrollRect with cacheAsBitmp, my text is no longer clear and no longer uses the clearType system, despite having embedFonts set to off.  If I turn off cacheAsBitmap, then the text renders as expected.
    Is this alteration in font rendering technique by design?  I don't understand why cacheAsBitmp doesn't just render normally and cache the results.  The cached image will be aligned to whole pixels, and frankly, if it wasn't going to be and the colored edges wouldn't look right, then I wouldn't use clearType rendering, but it should be my decision.  cacheAsBitmap seems to exhibit this side effect of altering the font rendering technique, but I wasn't expecting it to have such an effect.

    And around we go
    I think you'll find cacheAsBitmap matches the antialias settings built into Flash. ClearType would require OS-level interaction to snap a bitmap capture of the text. Once you tick off that checkbox I'm "fairly sure" flash takes the outlines into its own hands, renders the text and captures the bitmap from its own internal drawing system.
    As you know, a bitmap is nothing like a vector. When you enable cAB you surrender the crisp vectors to the speed of a low DPI pixel representation to remove the expensive frame to frame calculations. There has to be some tradeoff and I'm not sure the current monochromatic replacement is any less clear than the interpolated, smoothed ClearType. If anything the monochromatic nature of the built in system adds weight to the characters whereas the summer bevel appearance of ClearType might smooth characters so thin they're hard to read.

  • Using device fonts for printing

    Hello,
    I was wondering how to use device fonts in Java. These are the fonts that are in the printer and not in the operating system.
    I'm writing some point of sale software that needs to use the Star TSP100 printer on Windows 7 64.
    I need to use the device font "control" in order to instruct the printer to open the cash drawer.
    I would also like to use the device font "3of9" for barcodes. I know there are alternatives to using this, but directly from the printer would be easier than trying to purchase and deploy a barcode font.
    I know that star micronics has a JPOS implementation, but not for windows 7 64. And the JPOS with the StarMicronics bin is cumbersome and unstable for the end user even in Windows XP 32 bit.
    If I specify the font "control" java replaces it with the default font. i.e. Font deviceFont = new Font ("control", Font.PLAIN, 8.5); is just the default font and not "control"

    I did find a solution to my problem, but I cannot use device fonts. You may also find this useful to address your issue. I opened the a print service and sent ASCII to it instead of creating and printing a graphic object. You'll need the [Command Emulator STAR Line Mode Command Specifications|http://www.star-micronics.co.jp/eng/service/usermanual/comemu_starline_pm.pdf] to know what the commands are for the TSP100 and TSP700. I've included a cheat sheet to find the HEX value of the ASCII command. Note that if you need to send several characters you'll need to use the space with it.
    e.g. The command to select font is ESC RS F you'll need to send: 1B201E2046
    My Chizzle:
    package recptpkg;
    import javax.print.PrintService;
    import java.awt.print.PrinterJob;
    import javax.print.DocPrintJob;
    import javax.print.Doc;
    import javax.print.DocFlavor;
    import javax.print.SimpleDoc;
    public class openCashDrawer {
        boolean showStatus;  // false if error
        public openCashDrawer() {
            showStatus = false;
            PrinterJob printerJob;
            PrintService psTSP100 = null;
            PrintService[] ps = PrinterJob.lookupPrintServices();
            for (int i = 0; i < ps.length; i++) {
                if (ps.getName().indexOf("Star TSP100 Cutter (TSP143)") >= 0) {
    psTSP100 = ps[i];
    if (psTSP100 == null) {
    System.out.println("Aw SNAP! I like, can't find a printer with "
    + "Star TSP100 Cutter (TSP143) in the name");
    showStatus = false;
    try {
    DocPrintJob job = psTSP100.createPrintJob();
    String openDrawer1Command = ((char) 0x07) + "";
    byte by[] = openDrawer1Command.getBytes();
    DocFlavor flavor = DocFlavor.BYTE_ARRAY.AUTOSENSE;
    Doc doc = new SimpleDoc(by, flavor, null);
    job.print(doc, null);
    } catch (Exception e) {
    System.out.println("Whoa bro. The printer is balls. Check it:");
    e.printStackTrace();
    try {
    DocPrintJob job = psTSP100.createPrintJob();
    String openDrawer2Command = ((char) 0x1A) + "";
    byte by[] = openDrawer2Command.getBytes();
    DocFlavor flavor = DocFlavor.BYTE_ARRAY.AUTOSENSE;
    Doc doc = new SimpleDoc(by, flavor, null);
    job.print(doc, null);
    showStatus = true;
    } catch (Exception e) {
    System.out.println("Whoa bro. The printer is balls. Check it:");
    e.printStackTrace();
    showStatus = false;
    public boolean getStatus() {
    return showStatus;
    //ASCII Cheat Sheet:
    /* 00 NUL | 01 SOH | 02 STX | 03 ETX | 04 EOT | 05 ENQ | 06 ACK | 07 BEL
    08 BS | 09 HT | 0A LF | 0B VT | 0C FF | 0D CR | 0E SO | 0F SI
    10 DLE | 11 DC1 | 12 DC2 | 13 DC3 | 14 DC4 | 15 NAK | 16 SYN | 17 ETB
    18 CAN | 19 EM | 1A SUB | 1B ESC | 1C FS | 1D GS | 1E RS | 1F US
    20 SP | 21 ! | 22 " | 23 # | 24 $ | 25 % | 26 & | 27 '
    28 ( | 29 ) | 2A * | 2B + | 2C , | 2D - | 2E . | 2F /
    30 0 | 31 1 | 32 2 | 33 3 | 34 4 | 35 5 | 36 6 | 37 7
    38 8 | 39 9 | 3A : | 3B ; | 3C < | 3D = | 3E > | 3F ?
    40 @ | 41 A | 42 B | 43 C | 44 D | 45 E | 46 F | 47 G
    48 H | 49 I | 4A J | 4B K | 4C L | 4D M | 4E N | 4F O
    50 P | 51 Q | 52 R | 53 S | 54 T | 55 U | 56 V | 57 W
    58 X | 59 Y | 5A Z | 5B [ | 5C   \ | 5D   ] | 5E ^ | 5F _
    60 ` | 61 a | 62 b | 63 c | 64 d | 65 e | 66 f | 67 g
    68 h | 69 i | 6A j | 6B k | 6C l | 6D m | 6E n | 6F o
    70 p | 71 q | 72 r | 73 s | 74 t | 75 u | 76 v | 77 w
    78 x | 79 y | 7A z | 7B { | 7C | | 7D } | 7E ~ | 7F DEL */
    {code}
    Edited by: StoneBrooks on Sep 10, 2010 11:24 AM

  • Identify device fonts compatible with Arabic text

    Hi,
    Is there anyway to workout what device fonts are available that can render arabic text? I was hoping there would be something like similar to when you specify a font family list and default to _sans but I can't find anything? Does anybody have any solution or alternative method to solve this?
    Cheers

    There's no programmatic way to do this in ActionScript, and its a bit tricky -- you need to find out which fonts have the correct glyphs and OpenType tables. But, I will say that in the new 10.1 Player (available as public beta), it is much better about fallback, so that if the font you specify doesn't have the correct glyphs, it will look for another font that does and use that instead. So if you were putting up a font menu, it would include all the fonts, but if the user picks one that doesn't work for that script, the text will still appear correctly, just in a different font. I think its a good question though. It would be nice if you could specify a locale, and get back a list of fonts.
    - robin

  • Device Font Anti-aliasing on Windows

    Hi,
    I'm using a device font in a Flex 4.1 Preloader.
    I'm using the following textformat ...
    var percentLoadedFormat:TextFormat = new TextFormat( "_typewriter", 20, 0x333333, null, null, null, null, null, TextAlign.CENTER );
    ... to style a TextField using percentLoadedText.defaultTextFormat = percentLoadedFormat;
    I get a nice looking monospace/typewriter front in Mac browsers, but in windows (FFox/IE7/Chrome) the text is not Antialiased and looks awful.
    The text is not masked and is positioned at whole pixels.
    ( PC / FFox 3.6.8 at 200 % )
    ( Mac / FFox 3.6.8 at 200 % )

    Hi,
    So Anti-aliasing of device fonts is not cross-platform?
    Embed the font or try Courier
    I can't use an embedded font as it is a preloader. I would love to use Courier, only Macs tend to have Courier while PCs have Courier New and as far as I know there is no way to declare a font stack in Flash or is there?

  • How does one change the font size for folders and/or file lists in the Bookmarks Library?

    How does one change the font size for folders and/or file lists in the '''Bookmarks''' Library?
    Since the upgrade to version 9.0.1 of Firefox, the Bookmarks feature changes are confusing me. They seem to be confusing themselves as well. The list of bookmarks has changed. The font size is so small that my aging eyes cannot read it without fogging the screen with my breath. Some folders are out of alphabetical order (where I know they were previously good), and some are missing altogether (folders to which I frequently add references).
    As for missing or deranged files or folders, was there something that I should have done or now need to do to recover those after the upgrade (or before)?
    With regard to font size,
    1. there is no “Edit Bookmarks” or like option to edit the list in this version
    2. the “zoom” option in the “view” list of functions is greyed out when in “Show All Bookmarks” window
    3. expanding the browser window has no effect on font size
    4. “Preferences” settings for font size has no effect in that window either, including advanced settings
    5. “Help” offers none that I can find.
    Can any of you Help?!?

    Maybe this extension helps:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • My MacBook Pro was stolen last night. I need the serial number. It is not showing up on my devices list. My iPads and iPhones are. I have used it to to sync my phones and pads as well having it registered with apple. Any thoughts? Thanks

    My MacBook Pro was stolen last night. I need the serial number. It is not showing up on my devices list. My iPads and iPhones are. I have used it to to sync my phones and pads as well having it registered with apple. Any thoughts? Thanks

    Click here: https://supportprofile.apple.com/MySupportProfile.do
    SIgn in with your Apple ID, the same one you used to access this support forum.
    Hopefully, you will see a list of all the devices you registered with your Apple ID, including their serial numbers. Let me know how this works out.
    Edit to add: If you enabled "find my imac" on your Pro, you ought to be able to remotely lock it, or even wipe its memory. Click http://www.icloud.com/ sign in with your Apple ID and click the big green "find my iPhone" icon (nevermind the name, it will find all your devices provided they're running Lion or iOS 5).
    Then file a police report and nail the b*****d.

Maybe you are looking for

  • Date tracking in oracle

    Hello all, I'm good in sql but whenever it comes to date tracking, i'm always confused. I struggle a lot. Not sure why but there will be lot of scenarios in date tracking. How to logically resolve the date tracking issues in sql. Any advice is apprec

  • Seeburger Workbench access - restrict users to Message Monitor only

    Hi All Does anyone know if it's possible to restrict users to Message Monitor only access in the Seeburger Workbench?

  • How I creatat text with hyperlink in application

    hi all, I want to creat some text with hyperlink (it mean when I click to text, it invoke other panel or web...). My program is Application. Can any one tell me how I do it. Pls help me!!!. Thank you verry much

  • System prefs for kids- Question

    I have just created a user account with parental settings for my young child learning to read/write. without giving his account admin privileges, can I, as admin, create specific system prefs like a larger pointer and slower mouse/trackpad settings t

  • Photoshop CS6 for Mac user.

    Hi, I'm using a MacBook Pro and an iMac now. I'm thinking to purchase an Adobe Photoshop CS6 in the future. May I know how many Adobe Photoshop CS6 I have to purchase? 1 each for MBP and iMac? Or just 1 to share with both? Thanks -Alex