类 BigGlyphMetrics
java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable
com.google.typography.font.sfntly.table.SubTable
com.google.typography.font.sfntly.table.bitmap.GlyphMetrics
com.google.typography.font.sfntly.table.bitmap.BigGlyphMetrics
- 作者:
- Stuart Gill
-
嵌套类概要
嵌套类 -
字段概要
从类继承的字段 com.google.typography.font.sfntly.table.FontDataTable
data
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.google.typography.font.sfntly.table.SubTable
masterReadData, padding, setPadding
从类继承的方法 com.google.typography.font.sfntly.table.FontDataTable
dataLength, readFontData, serialize, serialize, toString
-
构造器详细资料
-
BigGlyphMetrics
BigGlyphMetrics(ReadableFontData data) - 参数:
data
-
-
-
方法详细资料
-
height
public int height() -
width
public int width() -
horiBearingX
public int horiBearingX() -
horiBearingY
public int horiBearingY() -
horiAdvance
public int horiAdvance() -
vertBearingX
public int vertBearingX() -
vertBearingY
public int vertBearingY() -
vertAdvance
public int vertAdvance()
-