View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0031675 | Runner | Functions | Public | 2020-03-16 16:54 | 2020-05-04 15:09 |
Reporter | Scott Dunbar | Assigned To | Fritz | ||
Priority | Medium | Severity | C - General | Reproducibility | 100% |
Status | Resolved | Resolution | No Change Required | ||
Product Version | 2.2.5 | ||||
Target Version | Fixed in Version | ||||
Summary | 0031675: Functions: draw_text_ext and variations are unaffected by draw_set_valign | ||||
Description | Issue: The draw_text_ext() and its variants _transformed(), _color() and _transformed_color() do not use the font align setting given by draw_set _valign | ||||
Steps To Reproduce | 1. Import attached project 2. Run project 3. observe that draw_text_ext_ examples of the + are not correctly positioned | ||||
Tags | No tags attached. | ||||
1.4 Found In | |||||
2.x Runtime Found In | 2.2.5.378 | ||||
2.x Runtime Verified In | |||||
|
drawTextExtTransf.yyz (20,319 bytes) |
|
All the suspect calls were passing a line separation of 0 or 1 - which means that vertical offset doesn't do anything, as it results in the same position. Passing in a separation value of 20 or something sensible will give the expected results |