DrFont.GetTextWidthPoints
GetTextWidthPoints(string)
Haalt de tekstbreedtepunten op.
public float GetTextWidthPoints(string text)
| Parameter | Type | Beschrijving |
|---|---|---|
| text | String | De tekst om te berekenen. |
Winstwaarde
Retourneert breedte
Zie ook
- class DrFont
- naamruimte Aspose.Page.Font
- montage Aspose.Page
GetTextWidthPoints(string, int, int)
Haalt de tekstbreedtepunten op.
public float GetTextWidthPoints(string text, int startIndex, int charCount)
| Parameter | Type | Beschrijving |
|---|---|---|
| text | String | De tekst om te berekenen. |
| startIndex | Int32 | De startindex. |
| charCount | Int32 | Het aantal tekens. |
Winstwaarde
Retourneert breedte
Zie ook
- class DrFont
- naamruimte Aspose.Page.Font
- montage Aspose.Page