Click or drag to resize

GlobalsGetGlyphRun(String, Point, AlignmentX, Double) Method


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public static GlyphRun GetGlyphRun(
	string text,
	Point origin,
	AlignmentX alignmentX,
	out double textWidth
)

Parameters

text  String
 
origin  Point
 
alignmentX  AlignmentX
 
textWidth  Double
 

Return Value

GlyphRun
See Also