MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / ClearDict

Method ClearDict

src/pkgDm/Dm2Java.java:1943–1945  ·  view source on GitHub ↗

给指定的字库中添加一条字库信息. @param index 字库的序号,取值为0-9,目前最多支持10个字库 @return 0:失败 1:成功

(int index)

Source from the content-addressed store, hash-verified

1941 * @return 0:失败 1:成功
1942 */
1943 public int ClearDict(int index){
1944 return Dispatch.call(dm,"ClearDict",index).getInt();
1945 }
1946
1947 /**
1948 * 根据指定的范围,以及指定的颜色描述,提取点阵信息,类似于大漠工具里的单独提取.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected