コード例 #1
0
ファイル: FontFileWriter.java プロジェクト: Rolana/Demo
 public void setDescent(int a_value) {
   m_os2.setTypoDescender(-a_value);
 }