Bug 87280 - don't create a wxFont if the face name is not available
Summary: don't create a wxFont if the face name is not available
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 10:36 PDT by Robin Dunn
Modified: 2012-05-23 11:21 PDT (History)
1 user (show)

See Also:


Attachments
patch (1.56 KB, patch)
2012-05-23 10:36 PDT, Robin Dunn
kevino: review+
kevino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Dunn 2012-05-23 10:36:01 PDT
Created attachment 143591 [details]
patch

don't create a wxFont if the face name is not available, otherwise the wxFont will always get created and say it's valid but will use a different face name.
Comment 1 Kevin Ollivier 2012-05-23 11:21:27 PDT
Landed in r118207, thanks!