Click or drag to resize

GlobalsGetGlyphRun(String, Point, AlignmentX, AlignmentY, GlyphTypeface, Double, Single, Double, Double, Int32, Double, Boolean) 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,
	GlyphTypeface glyphTypeface,
	double fontSize,
	float dpi,
	out double textWidth,
	out double textHeight,
	out int readIdx,
	double maxWidth = 1.79769313486232E+308,
	bool isSideways = false
)

Parameters

text  String
 
origin  Point
 
alignmentX  AlignmentX
 
alignmentY  AlignmentY
 
glyphTypeface  GlyphTypeface
 
fontSize  Double
 
dpi  Single
 
textWidth  Double
 
textHeight  Double
 
readIdx  Int32
 
maxWidth  Double  (Optional)
 
isSideways  Boolean  (Optional)
 

Return Value

GlyphRun
See Also