ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFFont Object > IGPDFFont Methods > SetMetrics Method |
Sets a font's metrics, which provide the information needed to create a substitute multiple master font when the original font is unavailable. This method can only be used on Type 1, multiple master Type 1, and TrueType fonts; it cannot be used on Type 3 fonts.
SetMetrics(FontMetrics As IGPDFFontMetrics)
Name | Description |
---|---|
FontMetrics | The new font's metrics. |
None