#10573 closed enhancement (fixed)
Implement BFont::IsFullAndHalfFixed
Reported by: | jackburton | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #13810 | |
Platform: | All |
Description
The server side support for BFont::IsFullAndHalfFixed() is missing.
Attachments (1)
Change History (13)
by , 11 years ago
Attachment: | 0001-Server-side-support-for-BFont-IsFullAndHalfFixed.patch added |
---|
comment:1 by , 11 years ago
The patch implements the server side part of BFont::IsFullAndHalfFixed(), although it has some race condition, since at every other boot, the app_server hangs. What am I doing wrong ?
comment:2 by , 11 years ago
patch: | 0 → 1 |
---|
comment:3 by , 11 years ago
Component: | - General → Servers/app_server |
---|---|
Owner: | changed from | to
Type: | bug → enhancement |
comment:5 by , 11 years ago
From the patch, it doesn't seem like it should be able to hang app_server. Maybe there already is a race-condition in the code, and since the constructor now runs longer for each font that is not fixed width, the existing race condition is triggered more often.
comment:6 by , 11 years ago
Replying to korli:
What about FontStyle::UpdateFace()?
I guess it should be done there, too (or, only there).
comment:7 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:8 by , 7 years ago
Blocking: | 13810 added |
---|
comment:10 by , 7 years ago
patch: | 1 → 0 |
---|
comment:12 by , 5 years ago
Milestone: | R1 → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Tentative patch