Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ stroke
Method
stroke
packages/fairygui/src/widgets/GTextField.ts:237–239 ·
view source on GitHub ↗
* Get/set stroke width * 获取/设置描边宽度
()
Source
from the content-addressed store, hash-verified
235
* 获取/设置描边宽度
236
*/
237
public get stroke(): number {
238
return
this._textField.stroke;
239
}
240
241
public set stroke(value: number) {
242
if
(this._textField) {
Callers
11
CurveEditor
Function · 0.80
update
Function · 0.80
renderEllipse
Method · 0.80
renderPolygon
Method · 0.80
renderRegularPolygon
Method · 0.80
TilemapCanvas
Function · 0.80
TilesetPreview
Function · 0.80
AdvancedProfiler
Function · 0.80
SpriteSettingsEditor
Function · 0.80
RenderDebugPanel
Function · 0.80
EventDetails
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected