diff options
Diffstat (limited to 'html/wb')
-rw-r--r-- | html/wb/wb_usr.lua | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/html/wb/wb_usr.lua b/html/wb/wb_usr.lua index bcbaeec..a494653 100644 --- a/html/wb/wb_usr.lua +++ b/html/wb/wb_usr.lua @@ -240,7 +240,7 @@ wb_usr.tree = folder= { { - name= {nl= "GetCanvasSize"}, + name= {nl= "GetSize"}, link= "func/coordinates.html#cdGetCanvasSize" }, { @@ -625,21 +625,21 @@ wb_usr.tree = folder= { { - name= {nl= "FontDim"}, + name= {nl= "GetFontDim"}, link= "func/text.html#cdFontDim" }, { - name= {nl= "TextSize"}, + name= {nl= "GetTextSize"}, link= "func/text.html#cdTextSize" }, { - name= {nl= "TextBox"}, - link= "func/text.html#cdTextBox" + name= {nl= "GetTextBounds"}, + link= "func/text.html#cdTextBounds" }, { - name= {nl= "TextBounds"}, - link= "func/text.html#cdTextBounds" - } + name= {nl= "GetTextBox"}, + link= "func/text.html#cdTextBox" + }, } } } @@ -654,10 +654,6 @@ wb_usr.tree = link= "func/vectortext.html#cdVectorText" }, { - name= {nl= "MultiLineVectorText"}, - link= "func/vectortext.html#cdMultiLineVectorText" - }, - { name= {en= "Attributes"}, folder= { @@ -694,6 +690,10 @@ wb_usr.tree = { name= {nl= "GetVectorTextBounds"}, link= "func/vectortext.html#cdGetVectorTextBounds" + }, + { + name= {nl= "GetVectorTextBox"}, + link= "func/vectortext.html#cdGetVectorTextBox" } } } |