You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which program triggers the problem? Specify the program filename if
necessary.
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of gdipp are you using? On what operating system (with
bitness)?
Please provide any additional information below.
Just a questions for you. I notice that fonts line MS Sans Serif Regular
and MS Serif Regular, among a few others, are not redrawn. Is this by
design or is there an option to make them look better?
There is a font called Microsoft Sans Serif and then gets redrawn fine.
Original issue reported on code.google.com by garys...@gmail.com on 9 Apr 2010 at 3:13
The text was updated successfully, but these errors were encountered:
Fonts likes MS Sans Serif and Courier consist of pure bitmaps. They are display
exactly the same as they are designed. There is no way to "render" these fonts
with
our library.
On the other hand, fonts like Segoe UI consist of "outline", curves and straight
lines (mathematical expressions), which can be then converted to pictures
(bitmaps)
and displayed.
Original comment by crendk...@gmail.com on 9 Apr 2010 at 4:12
Original issue reported on code.google.com by
garys...@gmail.com
on 9 Apr 2010 at 3:13The text was updated successfully, but these errors were encountered: