You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Igor V. Stolyarov (JIRA)" <ji...@apache.org> on 2007/08/02 11:27:53 UTC

[jira] Commented: (HARMONY-4526) [classlib][awt] GDIPTextRenderer can not draw hieroglyphs

    [ https://issues.apache.org/jira/browse/HARMONY-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517189 ] 

Igor V. Stolyarov commented on HARMONY-4526:
--------------------------------------------

Investigation of this issue shows - there are no hieroglyphs glyphs in our Default font. If set font which suppurt hieroglyphs (for example: PMingLiU) test works fine. I see two ways for solving this issue:

1. Using (need finding this one first :) ) Default font which contains unified hieroglyphs glyphs

2. Create font chooser which will allow select needed font on demand.

> [classlib][awt] GDIPTextRenderer can not draw hieroglyphs
> ---------------------------------------------------------
>
>                 Key: HARMONY-4526
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4526
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Windows
>            Reporter: Alexey Petrenko
>            Assignee: Alexey Petrenko
>         Attachments: Harmony4526.PNG, Harmony4526Test.java
>
>
> GDIPTextRenderer can not draw hieroglyphs now. It draws small squares instead of.
> I've changed Graphics::DrawDriverString to Graphics::DrawString (winFont.cpp:1629) and hieroglyphs became visible.
> At the same time Graphics::DrawDriverString accepts string to draw in Unicode so this function should draw all the characters too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.