GlobalsGetGlyphRun(String, Point, AlignmentX, AlignmentY, Double, Single, Double, Double) Method |
Namespace: ArthaChitra.Model.CommonAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public static GlyphRun GetGlyphRun(
string text,
Point origin,
AlignmentX alignmentX,
AlignmentY alignmentY,
double fontSize,
float dpi,
out double textWidth,
out double textHeight
)
Parameters
- text String
-
- origin Point
-
- alignmentX AlignmentX
-
- alignmentY AlignmentY
-
- fontSize Double
-
- dpi Single
-
- textWidth Double
-
- textHeight Double
-
Return Value
GlyphRunSee Also