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

Method SetWordLineHeight

src/pkgDm/Dm2Java.java:2377–2379  ·  view source on GitHub ↗

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

(int line_height)

Source from the content-addressed store, hash-verified

2375 * @return 0: 失败 1: 成功
2376 */
2377 public int SetWordLineHeight(int line_height){
2378 return Dispatch.call(dm, "SetWordLineHeight", line_height).getInt();
2379 }
2380
2381 /**
2382 * 高级用户使用,在不使用字库进行词组识别前,可设定文字的平均行高,默认的词组行高是10

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected