DrFont.GetTextWidthPoints
GetTextWidthPoints(string)
Ottiene i punti di larghezza del testo.
public float GetTextWidthPoints(string text)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | String | Il testo da calcolare. |
Valore di ritorno
Restituisce la larghezza
Guarda anche
- class DrFont
- spazio dei nomi Aspose.Page.Font
- assemblea Aspose.Page
GetTextWidthPoints(string, int, int)
Ottiene i punti di larghezza del testo.
public float GetTextWidthPoints(string text, int startIndex, int charCount)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | String | Il testo da calcolare. |
| startIndex | Int32 | L’indice di partenza. |
| charCount | Int32 | Il conteggio dei caratteri. |
Valore di ritorno
Restituisce la larghezza
Guarda anche
- class DrFont
- spazio dei nomi Aspose.Page.Font
- assemblea Aspose.Page