MantisBT - MPfm |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000101 | MPfm | UI | Custom Controls | Windows (WinForms) | Embedded Fonts | public | 2011-05-09 13:15 | 2011-10-29 17:05 |
|
Reporter | ycastonguay | |
Assigned To | ycastonguay | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | 0.4.5.1 | Fixed in Version | 0.4.5.1 | |
|
Summary | 0000101: Replace the BPMono font by Droid Sans Mono (fixes garbled font rendering) |
Description | The BPmono font is sometimes garbled:
Sometimes the font is showing symbols instead of letters and numbers. This seems to be random. Rebuilding the solution doesn't fix the problem; it's random when opening the application.
Solution:
Replace the font by Droid Sans Mono which has the Apache license. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-09 13:15 | ycastonguay | New Issue | |
2011-05-09 13:15 | ycastonguay | Status | new => assigned |
2011-05-09 13:15 | ycastonguay | Assigned To | => ycastonguay |
2011-05-29 09:04 | ycastonguay | Note Added: 0000047 | |
2011-05-29 11:07 | ycastonguay | Category | Global => Fonts |
2011-10-29 13:05 | ycastonguay | Note Added: 0000139 | |
2011-10-29 13:18 | ycastonguay | Target Version | 0.4.5.0 => 0.4.5.1 |
2011-10-29 17:01 | ycastonguay | Summary | The BPmono font is sometimes garbled => Replace the BPMono font by Droid Sans Mono (fixes garbled font rendering) |
2011-10-29 17:01 | ycastonguay | Description Updated | bug_revision_view_page.php?rev_id=53#r53 |
2011-10-29 17:04 | svn | Checkin | |
2011-10-29 17:04 | svn | Note Added: 0000147 | |
2011-10-29 17:04 | ycastonguay | Note Edited: 0000147 | bug_revision_view_page.php?bugnote_id=147#r55 |
2011-10-29 17:05 | ycastonguay | Status | assigned => resolved |
2011-10-29 17:05 | ycastonguay | Fixed in Version | => 0.4.5.1 |
2011-10-29 17:05 | ycastonguay | Resolution | open => fixed |
2012-04-17 19:11 | ycastonguay | Category | Fonts => Windows Controls - Fonts |
2012-04-22 10:10 | ycastonguay | Category | Windows Controls - Fonts => Windows Controls | Fonts |
2012-04-24 20:59 | ycastonguay | Category | Windows Controls | Fonts => UI | Windows | Custom Controls | Fonts |
2012-04-24 21:00 | ycastonguay | Category | UI | Windows | Custom Controls | Fonts => UI | Custom Controls | Windows | Embedded Fonts |
2012-04-24 21:01 | ycastonguay | Category | UI | Custom Controls | Windows | Embedded Fonts => UI | Custom Controls | Windows (WinForms) | Embedded Fonts |
Notes |
|
|
Installing the font to C:\WINDOWS\FONTS fixes the problem. It's really weird. I tried opening the font in FontLab and saving it in another format and it's also strangely garbled.
It really sucks because this font is awesome. I guess I'll have to resort to installing the font in C:\WINDOWS\FONTS in the setup instead of embedding it. |
|
|
|
I tried a lot of fonts and I think Droid Mono is the best one to replace BPmono. |
|
|
(0000147)
|
svn
|
2011-10-29 17:04
|
|
The user admin has checked in files related to this issue (revision 74).
Comment:
MPfm 0.4.5.1
- Removed the BPMono and CPMono fonts from MPfm.Fonts.dll, and from all font collections.
- Added the Droid Sans Mono font to MPfm.Fonts.dll
- Replaced all references from BPMono to Droid Sans Mono.
Related to issue 0000101.
Files modified:
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.Designer.cs
D MPfm/branches/current/MPfm.Fonts/BPmono.ttf
D MPfm/branches/current/MPfm.Fonts/CPmono.ttf
A MPfm/branches/current/MPfm.Fonts/DroidSansMono.ttf
U MPfm/branches/current/MPfm.Fonts/MPfm.Fonts.csproj
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridView.cs
|
|