TtfHmtxTable.MetricList
Inheritance: java.lang.Object
public static class TtfHmtxTable.MetricList
يمثل قائمة القياسات
الطرق
| طريقة | الوصف |
|---|---|
| equals(Object arg0) | |
| get(int glyphIndex) | يحصل على المقاييس حسب فهرس الحرف. |
| getClass() | |
| getRawList() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| size() | يحصل على عدد المقاييس. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
get(int glyphIndex)
public TtfHmtxTable.LongHorMetric get(int glyphIndex)
يحصل على المقاييس حسب فهرس الحرف.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| glyphIndex | int | فهرس الحرف للحصول على المقاييس. |
Returns: LongHorMetric - Metrics record.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getRawList()
public System.Collections.Generic.List<TtfHmtxTable.LongHorMetric> getRawList()
Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.font.TtfHmtxTable.LongHorMetric>
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
size()
public int size()
يحصل على عدد المقاييس.
Returns: int - عدد المقاييس.
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long | |
| arg1 | int |