GetTextShaper

GetTextShaper(string, int)

Renvoie une nouvelle instance d’un façonneur de texte pour la police spécifiée parfontPath etfaceIndex .

public ITextShaper GetTextShaper(string fontPath, int faceIndex)
ParamètreTaperLa description
fontPathStringUn chemin absolu vers le fichier de police.
faceIndexInt32Un index de la police dans la collection de polices TrueType, ou 0 si le fichier de police spécifié n’est pas une collection de polices TrueType.

Voir également


GetTextShaper(string, byte[], int)

Renvoie une nouvelle instance d’un façonneur de texte pour la police représentée parfontBlob etfaceIndex .

public ITextShaper GetTextShaper(string fontId, byte[] fontBlob, int faceIndex)
ParamètreTaperLa description
fontIdStringUn identifiant unique qui peut être associé de manière unique à la police fourniefontBlob .
fontBlobByte[]Tableau d’octets avec les données de police.
faceIndexInt32Un index de la police dans la collection de polices TrueType, ou 0 sifontBlob n’est pas une collection de polices TrueType.

Voir également