More TODOs.
This commit is contained in:
parent
3d5fbc0880
commit
70940e5c06
|
@ -5,6 +5,7 @@
|
||||||
// TODO on an empty string nLines == 0
|
// TODO on an empty string nLines == 0
|
||||||
// we must prevent this somehow
|
// we must prevent this somehow
|
||||||
// TODO in general, every function could be more robust, but we cannot have a situation where there are zero lines
|
// TODO in general, every function could be more robust, but we cannot have a situation where there are zero lines
|
||||||
|
// TODO what happens to extents if only whitespace?
|
||||||
|
|
||||||
struct uiDrawTextLayout {
|
struct uiDrawTextLayout {
|
||||||
CFAttributedStringRef attrstr;
|
CFAttributedStringRef attrstr;
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
// TODO
|
// TODO
|
||||||
// - if the RTL override is at the beginning of a line, the preceding space is included?
|
// - if the RTL override is at the beginning of a line, the preceding space is included?
|
||||||
// - nLines == 0: mostly works, except the width is wrong if the paragraph alignment is center or right...
|
// - nLines == 0: mostly works, except the width is wrong if the paragraph alignment is center or right...
|
||||||
|
// - TODO check whitespace and line bounds
|
||||||
|
|
||||||
struct uiDrawTextLayout {
|
struct uiDrawTextLayout {
|
||||||
PangoLayout *layout;
|
PangoLayout *layout;
|
||||||
|
|
Loading…
Reference in New Issue