run LFUtilImpl
run ImagerCommon
run UnifiedFontPackage
run ImagerLFImpl
run ImagerTest
Interp
&c ← Img.Create[$LFDisplay]
&c.class.SetView[&c, [3, 808-57-680, 594, 680], [0, 0]]
ImagerTest.textSize ← 30
ImagerTest.dTheta ← 4
ImagerTest.SpinText[&c, "RotatingText", 90]
&c.class.TranslateT[&c, 0, -70]
&t ← Img.GetT[&c]
ImagerTest.RotMerc[&c]
Img.SetT[&c, &t]
ImagerTest.MaskText[&c, ImagerTest.Text[]]
Img.Close[&c]
Img.Stats[]
&t ← Img.GetT[&c]
Img.ScaleT[&c, 1.5, 1.5]
Img.ClipPath[&c, ImagerTest.mercuryPath]
Img.SetT[&c, &t]
ImagerTest.textSize ← 45
ImagerTest.MaskTxt[&c, ImagerTest.Text[]]
&t ← Img.GetT[&c]
Img.ScaleT[&c, 1.5, 1.5]
Img.MaskFill[&c, ImagerTest.mercuryPath]
Img.SetT[&c, &t]
&t ← Img.GetT[&c]
Img.ScaleT[&c, 1.5, 1.5]
Img.MaskStroke[&c, ImagerTest.mercuryPath, 10, butt, TRUE]
Img.SetT[&c, &t]
&g ← ImagerColor.MakeGray[0.5]
Img.SetColor[&c, &g]
Img.MaskIntRectangle[&c, [0, 0, 1000, 1000]]
Img.SetColor[&c, Img.black]
Img.TranslateT[&c, 8.5*36, 11*36]
Img.RotateT[&c, 33]
Img.TranslateT[&c, -8.5*36, -11*36]
&color ← ImagerColor.AISToColor["monk.ais"]
Img.SetColor[&c, &color]
Img.TranslateT[&c, 0, 1]
ImagerTest.MaskText[&c, ImagerTest.Text[]]
Img.TranslateT[&c, 1, -1]
ImagerTest.MaskText[&c, ImagerTest.Text[]]
Img.TranslateT[&c, -1, -1]
ImagerTest.MaskText[&c, ImagerTest.Text[]]
Img.TranslateT[&c, -1, 1]
ImagerTest.MaskText[&c, ImagerTest.Text[]]
Img.TranslateT[&c, 1, 0]
Img.SetColor[&c, &g]
ImagerTest.MaskText[&c, ImagerTest.Text[]]
Img.SetColor[&c, Img.black]

[235, 535, 223, 239]
Img.SetColor[&c, &color]
Img.SetCP[&c, [235, 535]]
Img.MaskChar[&c, ImagerTest.Times[240], 'X]
Img.MaskIntRectangle[&c, [235, 535, 223, 239]]
&tioga←UnifiedFonts.Create["Xerox/PressFonts/Tioga/MRR", ImagerTransform.Scale[10, 10], $Screen]
Img.SetT[&c, ImagerTransform.Scale[1, 1]]
Img.SetCP[&c, [72, 600]]
Img.ScaleT[&c, 3, 3]
Img.MaskCharacters[&c, &tioga, "Hello from Img!", 0, 50]
Img.RotateT[&c, -45]
&c.data.fontCache ← ImgFontCache.Create[]
ImagerTest.textSize ← 53.333
ImagerTest.fontName ← "Xerox/PressFonts/Helvetica/MRR"
ImagerTest.MaskTxt[&c, ImagerTest.Text[]]

ImagerTest.fontName ← "Xerox/PressFonts/Modern/MRR"
ImagerTest.MaskTxt[&c, ImagerTest.Text[]]
ImagerTest.textSize ← 53
&c.data.fontCache ← ImgFontCache.Create[]
ImagerTest.MaskText[&c, LIST["a"]]
ImagerTest.textSize ← 600
ImagerTest.MaskText[&c, LIST["gab gab gab"]]