Click or drag to resize

GlobalsGetGlyphRun(String, Point, AlignmentX, AlignmentY, Typeface, Double, Single, Double, 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,
	AlignmentY alignmentY,
	Typeface typeface,
	double fontSize,
	float dpi,
	out double textWidth,
	out double textHeight
)

Parameters

text  String
 
origin  Point
 
alignmentX  AlignmentX
 
alignmentY  AlignmentY
 
typeface  Typeface
 
fontSize  Double
 
dpi  Single
 
textWidth  Double
 
textHeight  Double
 

Return Value

GlyphRun
See Also