mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v vet: give an error for trailing whitespace (#9574)
This commit is contained in:
@@ -10,7 +10,7 @@ module ttf
|
||||
*
|
||||
* Note:
|
||||
*
|
||||
* TODO:
|
||||
* TODO:
|
||||
**********************************************************************/
|
||||
pub struct Text_block {
|
||||
x int // x postion of the left high corner
|
||||
|
@@ -9,9 +9,9 @@ module ttf
|
||||
* that can be found in the LICENSE file.
|
||||
*
|
||||
* Note:
|
||||
* - inspired by: http://stevehanov.ca/blog/?id=143
|
||||
* - inspired by: http://stevehanov.ca/blog/?id=143
|
||||
*
|
||||
* TODO:
|
||||
* TODO:
|
||||
* - check for unicode > 0xFFFF if supported
|
||||
* - evaluate use a buffer for the points in the glyph
|
||||
**********************************************************************/
|
||||
|
Reference in New Issue
Block a user