System::Drawing::Drawing2D::GraphicsPath::AddString méthode
Contenu
[
Cacher
]GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, Point, const SharedPtr<StringFormat>&) method
Ajoute une chaîne de texte au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, Point origin, const SharedPtr<StringFormat> &stringFormat)
| Paramètre | Type | Description |
|---|---|---|
| texte | const String& | Le texte à ajouter |
| famille | const SharedPtr<FontFamily>& | La famille de polices utilisée pour dessiner le texte |
| style | int | Une valeur d’énumération FontStyle qui spécifie le style de police à utiliser |
| emSize | float | La hauteur de la boîte carrée em qui encadre chaque caractère de la chaîne |
| origine | Point | Spécifie l’emplacement où le texte commence |
| stringFormat | const SharedPtr<StringFormat>& | Le format de la chaîne |
Voir aussi
- Class String
- Typedef SharedPtr
- Class FontFamily
- Class Point
- Class StringFormat
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, PointF, const SharedPtr<StringFormat>&) method
Ajoute une chaîne de texte au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, PointF origin, const SharedPtr<StringFormat> &stringFormat)
| Paramètre | Type | Description |
|---|---|---|
| texte | const String& | Le texte à ajouter |
| famille | const SharedPtr<FontFamily>& | La famille de polices utilisée pour dessiner le texte |
| style | int | Une valeur d’énumération FontStyle qui spécifie le style de police à utiliser |
| emSize | float | La hauteur de la boîte carrée em qui encadre chaque caractère de la chaîne |
| origine | PointF | Spécifie l’emplacement où le texte commence |
| stringFormat | const SharedPtr<StringFormat>& | Le format de la chaîne |
Voir aussi
- Class String
- Typedef SharedPtr
- Class FontFamily
- Class PointF
- Class StringFormat
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, Rectangle, const SharedPtr<StringFormat>&) method
Ajoute une chaîne de texte au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, Rectangle layoutRect, const SharedPtr<StringFormat> &stringFormat)
| Paramètre | Type | Description |
|---|---|---|
| texte | const String& | Le texte à ajouter |
| famille | const SharedPtr<FontFamily>& | La famille de polices utilisée pour dessiner le texte |
| style | int | Une valeur d’énumération FontStyle qui spécifie le style de police à utiliser |
| emSize | float | La hauteur de la boîte carrée em qui encadre chaque caractère de la chaîne |
| layoutRect | Rectangle | Un rectangle qui encadre le texte |
| stringFormat | const SharedPtr<StringFormat>& | Le format de la chaîne |
Voir aussi
- Class String
- Typedef SharedPtr
- Class FontFamily
- Class Rectangle
- Class StringFormat
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, RectangleF, const SharedPtr<StringFormat>&) method
Ajoute une chaîne de texte au chemin représenté par l’objet actuel.
void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, RectangleF layoutRect, const SharedPtr<StringFormat> &stringFormat)
| Paramètre | Type | Description |
|---|---|---|
| texte | const String& | Le texte à ajouter |
| famille | const SharedPtr<FontFamily>& | La famille de polices utilisée pour dessiner le texte |
| style | int | Une valeur d’énumération FontStyle qui spécifie le style de police à utiliser |
| emSize | float | La hauteur de la boîte carrée em qui encadre chaque caractère de la chaîne |
| layoutRect | RectangleF | Un rectangle qui encadre le texte |
| stringFormat | const SharedPtr<StringFormat>& | Le format de la chaîne |
Voir aussi
- Class String
- Typedef SharedPtr
- Class FontFamily
- Class RectangleF
- Class StringFormat
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++