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

Method SetWordLineHeightNoDict

src/pkgDm/Dm2Java.java:2386–2388  ·  view source on GitHub ↗

高级用户使用,在不使用字库进行词组识别前,可设定文字的平均行高,默认的词组行高是10 @param line_height 行高 @return 0: 失败 1: 成功

(int line_height)

Source from the content-addressed store, hash-verified

2384 * @return 0: 失败 1: 成功
2385 */
2386 public int SetWordLineHeightNoDict(int line_height){
2387 return Dispatch.call(dm, "SetWordLineHeightNoDict", line_height).getInt();
2388 }
2389
2390 /**
2391 * 表示使用哪个字库文件进行识别(index范围:0-9)

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected