Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ GetNowDict
Method
GetNowDict
src/pkgDm/Dm2Java.java:2145–2147 ·
view source on GitHub ↗
获取当前使用的字库序号(0-9) @return 字库序号(0-9)
()
Source
from the content-addressed store, hash-verified
2143
* @
return
字库序号(0-9)
2144
*/
2145
public
int
GetNowDict(){
2146
return
Dispatch.call(dm,
"GetNowDict"
).getInt();
2147
}
2148
2149
/**
2150
* 对插件部分接口的返回值进行解析,并返回ret中的坐标个数
Callers
nothing calls this directly
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
no test coverage detected