DrFont.GetTextWidthPoints
GetTextWidthPoints(string)
Obtiene los puntos de ancho del texto.
public float GetTextWidthPoints(string text)
| Parámetro | Escribe | Descripción |
|---|---|---|
| text | String | El texto a calcular. |
Valor_devuelto
Ancho de retorno
Ver también
- class DrFont
- espacio de nombres Aspose.Page.Font
- asamblea Aspose.Page
GetTextWidthPoints(string, int, int)
Obtiene los puntos de ancho del texto.
public float GetTextWidthPoints(string text, int startIndex, int charCount)
| Parámetro | Escribe | Descripción |
|---|---|---|
| text | String | El texto a calcular. |
| startIndex | Int32 | El índice de inicio. |
| charCount | Int32 | El recuento de caracteres. |
Valor_devuelto
Ancho de retorno
Ver también
- class DrFont
- espacio de nombres Aspose.Page.Font
- asamblea Aspose.Page