--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphicsapitest/graphicssvs/bitgdi/testdata/GRAPHICS-BITGDI-FbsDevice-PublicAPI.ini Tue Feb 02 01:47:50 2010 +0200
@@ -0,0 +1,1766 @@
+[include]
+file1=\graphics\t_graphics.ini
+
+[fbsSession]
+name =fbs
+
+[fbsBitGc]
+name =bitgc
+
+[fbsBitGc2]
+name =bitgc2
+
+[fbsScrDev]
+name =scrdev
+
+[fbsScrDev2]
+name =scrdev2
+
+[fbsBmpDev]
+name =bmpdev
+
+[fbsBitmap]
+name =bmp
+
+[linkedTypefaceSpec]
+name =typefacespec
+
+[fbsFont]
+name =fbsfont
+
+[palette]
+name =palette
+
+[font]
+name =font
+
+[algstyle]
+name =algstyle
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0001-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0001-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0001-DrawLine_command05]
+point1_x =100
+point1_y =50
+point2_x =150
+point2_y =50
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0001-checkLineColor_command06]
+start1_x =100
+start1_y =50
+finish1_x =150
+finish1_y =50
+expected1_red =0
+expected1_green =0
+expected1_blue =0
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0002-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0002-CreateContext_command03]
+context =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0002-DrawLine_command05]
+point1_x =50
+point1_y =10
+point2_x =50
+point2_y =50
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0002-checkLineColor_command06]
+start1_x =50
+start1_y =10
+finish1_x =50
+finish1_y =50
+expected1_red =0
+expected1_green =0
+expected1_blue =0
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0003-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0003-DisplayMode_command03]
+displaymode ={default_bitgdi, displaymode}
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0004-Load_command03]
+bitmap_id =0
+file_name =\graphics\bitgdi\test_rwssprite_bitmap.mbm
+use_rfile =FALSE
+share_if_loaded =TRUE
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0004-NewL_command04]
+bitmap =fbsBitmap
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0004-SizeInPixels_command05]
+expected_width =50
+expected_height =50
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0005-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0005-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0005-SetBrushColor_command05]
+color_red =255
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0005-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0005-SetPenColor_command07]
+color_red =255
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0005-DrawRect_command08]
+rect_top =10
+rect_left =10
+rect_bottom =110
+rect_right =60
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0005-DrawRect_command09]
+rect_top =10
+rect_left =80
+rect_bottom =110
+rect_right =130
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0005-RectCompare_command10]
+rect1_top =10
+rect1_left =10
+rect1_bottom =110
+rect1_right =60
+rect2_top =10
+rect2_left =80
+rect2_bottom =110
+rect2_right =130
+expected =TRUE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0006-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0006-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0006-SetBrushColor_command05]
+color_red =255
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0006-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0006-SetPenColor_command07]
+color_red =255
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0006-DrawRect_command08]
+rect_top =10
+rect_left =10
+rect_bottom =110
+rect_right =60
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0006-RectCompare_command09]
+rect1_top =10
+rect1_left =10
+rect1_bottom =110
+rect1_right =60
+rect2_top =10
+rect2_left =10
+rect2_bottom =110
+rect2_right =60
+expected =TRUE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0007-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0007-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0007-SetBrushColor_command05]
+color_red =0
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0007-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0007-SetPenColor_command07]
+color_red =0
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0007-DrawRect_command08]
+rect_top =10
+rect_left =10
+rect_bottom =110
+rect_right =60
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0007-RectCompare_command09]
+rect1_top =20
+rect1_left =20
+rect1_bottom =20
+rect1_right =20
+rect2_top =10
+rect2_left =80
+rect2_bottom =10
+rect2_right =80
+expected =TRUE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0008-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0008-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0008-SetBrushColor_command05]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0008-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0008-SetPenColor_command07]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0008-DrawRect_command08]
+rect_top =10
+rect_left =10
+rect_bottom =110
+rect_right =60
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0008-DrawRect_command09]
+rect_top =10
+rect_left =80
+rect_bottom =70
+rect_right =100
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0008-RectCompare_command10]
+rect1_top =10
+rect1_left =10
+rect1_bottom =110
+rect1_right =60
+rect2_top =10
+rect2_left =80
+rect2_bottom =70
+rect2_right =100
+expected =FALSE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0009-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0009-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0009-SetBrushColor_command05]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0009-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0009-SetPenColor_command07]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0009-DrawRect_command08]
+rect_top =10
+rect_left =10
+rect_bottom =110
+rect_right =60
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0009-SetBrushColor_command09]
+color_red =255
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0009-SetPenColor_command10]
+color_red =255
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0009-DrawRect_command11]
+rect_top =10
+rect_left =80
+rect_bottom =110
+rect_right =100
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0009-RectCompare_command12]
+rect1_top =10
+rect1_left =10
+rect1_bottom =110
+rect1_right =60
+rect2_top =10
+rect2_left =80
+rect2_bottom =110
+rect2_right =100
+expected =FALSE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0010-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0010-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0010-SetBrushColor_command05]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0010-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0010-SetPenColor_command07]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0010-DrawRect_command08]
+rect_top =10
+rect_left =10
+rect_bottom =110
+rect_right =60
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0010-SetBrushColor_command09]
+color_red =255
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0010-SetPenColor_command10]
+color_red =255
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0010-DrawRect_command11]
+rect_top =10
+rect_left =80
+rect_bottom =110
+rect_right =130
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0010-RectCompare_command12]
+rect1_top =0
+rect1_left =0
+rect1_bottom =110
+rect1_right =60
+rect2_top =0
+rect2_left =70
+rect2_bottom =110
+rect2_right =130
+expected =FALSE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0011-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0011-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0011-SetBrushColor_command05]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0011-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0011-SetPenColor_command07]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0011-DrawRect_command08]
+rect_top =0
+rect_left =0
+rect_bottom =8000
+rect_right =8000
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0011-DrawRect_command09]
+rect_top =10
+rect_left =10
+rect_bottom =8010
+rect_right =8010
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0011-RectCompare_command10]
+rect1_top =0
+rect1_left =0
+rect1_bottom =8000
+rect1_right =8000
+rect2_top =10
+rect2_left =10
+rect2_bottom =8010
+rect2_right =8010
+expected =FALSE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-Load_command05]
+bitmap_id =0
+file_name =\graphics\bitgdi\test_rwssprite_bitmap.mbm
+use_rfile =FALSE
+share_if_loaded =TRUE
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-NewL_command06]
+bitmap =fbsBitmap
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-CreateContext_command07]
+bitgc =fbsBitGc2
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-SetBrushColor_command10]
+color_red =0
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-SetBrushStyle_command11]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-SetPenColor_command12]
+color_red =0
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-SetBrushColor_command13]
+color_red =0
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-SetBrushStyle_command14]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-SetPenColor_command15]
+color_red =0
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-DrawRect_command16]
+rect_top =10
+rect_left =10
+rect_bottom =40
+rect_right =40
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-DrawRect_command17]
+rect_top =10
+rect_left =10
+rect_bottom =40
+rect_right =40
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-RectCompare_command18]
+rect1_top =10
+rect1_left =10
+rect1_bottom =40
+rect1_right =40
+rect2_top =10
+rect2_left =10
+rect2_bottom =40
+rect2_right =40
+fbsdevice =fbsBmpDev
+expected =TRUE
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0015-RectCompare_command19]
+rect1_top =10
+rect1_left =10
+rect1_bottom =40
+rect1_right =40
+rect2_top =10
+rect2_left =10
+rect2_bottom =40
+rect2_right =40
+fbsdevice =fbsScrDev
+expected =TRUE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0017-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0017-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0017-SetBrushColor_command05]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0017-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0017-SetPenColor_command07]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0017-DrawRect_command08]
+rect_top =0
+rect_left =0
+rect_bottom =50
+rect_right =50
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0017-DrawRect_command09]
+rect_top =10
+rect_left =60
+rect_bottom =50
+rect_right =110
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0017-RectCompare_command10]
+rect1_top =10
+rect1_left =10
+rect1_bottom =110
+rect1_right =60
+rect2_top =10
+rect2_left =80
+rect2_bottom =70
+rect2_right =100
+expected =FALSE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0018-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0018-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0018-SetBrushColor_command05]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0018-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0018-SetPenColor_command07]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0018-DrawRect_command08]
+rect_top =10
+rect_left =10
+rect_bottom =110
+rect_right =60
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0018-SetBrushColor_command09]
+color_red =255
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0018-SetPenColor_command10]
+color_red =255
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0018-DrawRect_command11]
+rect_top =10
+rect_left =80
+rect_bottom =150
+rect_right =130
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0018-RectCompare_command12]
+rect1_top =10
+rect1_left =10
+rect1_bottom =110
+rect1_right =60
+rect2_top =10
+rect2_left =80
+rect2_bottom =150
+rect2_right =130
+expected =FALSE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0019-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0019-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0019-SetBrushColor_command05]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0019-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0019-SetPenColor_command07]
+color_red =0
+color_green =0
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0019-DrawRect_command08]
+rect_top =10
+rect_left =10
+rect_bottom =110
+rect_right =60
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0019-SetBrushColor_command09]
+color_red =255
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0019-SetPenColor_command10]
+color_red =255
+color_green =0
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0019-DrawRect_command11]
+rect_top =10
+rect_left =80
+rect_bottom =110
+rect_right =130
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0019-RectCompare_command12]
+rect1_top =10
+rect1_left =10
+rect1_bottom =110
+rect1_right =60
+rect2_top =10
+rect2_left =80
+rect2_bottom =110
+rect2_right =130
+expected =FALSE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0020-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0020-GetNearestFontToDesignHeightInPixels_command03]
+font_name =Acb30
+font_height =357
+font =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0020-FontSpecInTwips_command04]
+expected_font_name =Acb30
+expected_font_height =357
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0020-ReleaseFont_command05]
+font =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0020-AddFile_command06]
+file =\graphics\bitgdi\testfontws.gdr
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0020-GetNearestFontToDesignHeightInPixels_command07]
+font_name =Acb30
+font_height =357
+font =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0020-FontSpecInTwips_command08]
+expected_font_name =Acb30
+expected_font_height =357
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0020-ReleaseFont_command09]
+font =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0020-RemoveFile_command10]
+file =\graphics\bitgdi\testfontws.gdr
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0021-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0021-AddFile_command03]
+file =\graphics\bitgdi
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0022-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0022-AddFile_command03]
+file =\graphics\bitgdi\NOSUCHFILE
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0023-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0023-AddFile_command03]
+file =\graphics\bitgdi\testfontws.gdr
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0023-GetNearestFontToDesignHeightInPixels_command04]
+font_name =Acb30
+font_height =357
+font =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0023-FontSpecInTwips_command05]
+expected_font_name =Acb30
+expected_font_height =357
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0023-ReleaseFont_command06]
+font =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0023-RemoveFile_command07]
+file =\graphics\bitgdi\testfontws.gdr
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0023-GetNearestFontToDesignHeightInPixels_command08]
+font_name =Acb30
+font_height =357
+font =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0023-FontSpecInTwips_command09]
+expected_font_name =Acb30
+expected_font_height =357
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0023-ReleaseFont_command10]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0024-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0024-AddFile_command03]
+file =\graphics\bitgdi\testfontws.gdr
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0024-GetNearestFontToDesignHeightInPixels_command04]
+font_name =Acb30
+font_height =357
+font =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0024-FontSpecInTwips_command05]
+expected_font_name =Acb30
+expected_font_height =357
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0024-ReleaseFont_command06]
+font =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0024-RemoveFile_command07]
+id =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0024-GetNearestFontToDesignHeightInPixels_command08]
+font_name =Acb30
+font_height =357
+font =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0024-FontSpecInTwips_command09]
+expected_font_name =Acb30
+expected_font_height =357
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0024-ReleaseFont_command10]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0025-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0025-RemoveFile_command03]
+id =-9
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0026-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0026-NumTypefaces_command03]
+expected ={default_bitgdi, num_typefaces}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0026-AddFile_command04]
+file =\graphics\bitgdi\testfontws.gdr
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0026-NumTypefaces_command05]
+expected ={default_bitgdi, num_typefaces_after_add_file}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0026-RemoveFile_command06]
+file =\graphics\bitgdi\testfontws.gdr
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0026-NumTypefaces_command07]
+expected ={default_bitgdi, num_typefaces}
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0027-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0027-TypefaceSupport_command03]
+index =6
+expected_typeface_name ={default_bitgdi, typeface_name_6}
+expected_num_heights ={default_bitgdi, typeface_num_heights_6}
+expected_is_scalable ={default_bitgdi, typeface_is_scalable_6}
+expected_max_height_in_twips={default_bitgdi, typeface_max_height_in_twips_6}
+expected_min_height_in_twips={default_bitgdi, typeface_min_height_in_twips_6}
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0028-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0028-TypefaceSupport_command03]
+index =-6
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0029-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0029-NewL_command03]
+number_of_colors=256
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0029-SetCustomPalette_command04]
+palette =palette
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0029-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0030-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0031-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0031-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0031-SetOrientation_command05]
+orientation =EGraphicsOrientationRotated90
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0031-Orientation_command06]
+expectedorientation =EGraphicsOrientationRotated90
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0031-SetOrientation_command08]
+orientation =EGraphicsOrientationRotated180
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0031-Orientation_command09]
+expectedorientation =EGraphicsOrientationRotated180
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0031-SetOrientation_command11]
+orientation =EGraphicsOrientationRotated270
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0031-Orientation_command12]
+expectedorientation =EGraphicsOrientationRotated270
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0031-SetOrientation_command14]
+orientation =EGraphicsOrientationNormal
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0031-Orientation_command15]
+expectedorientation =EGraphicsOrientationNormal
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0032-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0032-DisplayMode16M_command3]
+expecteddisplaymode =EColor16MU
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetScalingFactor_command03]
+origin_x =10
+origin_y =10
+factorx =5
+factory =5
+divisorx =1
+divisory =1
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-CreateContext_command04]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetBrushColor_command06]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetBrushStyle_command07]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetPenColor_command08]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-DrawRect_command09]
+rect_top =10
+rect_left =10
+rect_bottom =30
+rect_right =30
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-checkRectColor_command10]
+rect1_top =10
+rect1_left =10
+rect1_bottom =30
+rect1_right =30
+expected1_red =0
+expected1_green =255
+expected1_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetScalingFactor_command13]
+origin_x =0
+origin_y =0
+factorx =1
+factory =1
+divisorx =1
+divisory =1
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-Activate_command14]
+device =fbsScrDev
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetBrushColor_command15]
+color_red =255
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetBrushColor_command17]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetBrushStyle_command18]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetPenColor_command19]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-DrawRect_command20]
+rect_top =0
+rect_left =0
+rect_bottom =50
+rect_right =50
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-checkRectColor_command21]
+rect1_top =0
+rect1_left =0
+rect1_bottom =50
+rect1_right =50
+expected1_red =0
+expected1_green =255
+expected1_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetScalingFactor_command24]
+origin_x =10
+origin_y =10
+factorx =1
+factory =1
+divisorx =1
+divisory =1
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-Activate_command25]
+device =fbsScrDev
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetBrushColor_command26]
+color_red =255
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetBrushColor_command28]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetBrushStyle_command29]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-SetPenColor_command30]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-DrawRect_command31]
+rect_top =0
+rect_left =0
+rect_bottom =50
+rect_right =50
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0033-checkRectColor_command32]
+rect1_top =0
+rect1_left =0
+rect1_bottom =50
+rect1_right =50
+expected1_red =0
+expected1_green =255
+expected1_blue =255
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0034-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0034-SetScalingFactor_command03]
+origin_x =10
+origin_y =10
+factorx =-10
+factory =10
+divisorx =1
+divisory =1
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0034-CreateContext_command04]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0034-SetBrushColor_command06]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0034-SetBrushStyle_command07]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0034-SetPenColor_command08]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0034-DrawRect_command09]
+rect_top =0
+rect_left =0
+rect_bottom =100
+rect_right =100
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0035-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0035-SetScalingFactor_command03]
+origin_x =10
+origin_y =10
+factorx =10
+factory =-10
+divisorx =1
+divisory =1
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0035-CreateContext_command04]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0035-SetBrushColor_command06]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0035-SetBrushStyle_command07]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0035-SetPenColor_command08]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0035-DrawRect_command09]
+rect_top =0
+rect_left =0
+rect_bottom =100
+rect_right =100
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0036-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0036-SetScalingFactor_command03]
+origin_x =-100
+origin_y =-100
+factorx =10
+factory =10
+divisorx =1
+divisory =1
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0036-CreateContext_command04]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0036-SetBrushColor_command06]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0036-SetBrushStyle_command07]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0036-SetPenColor_command08]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0036-DrawRect_command09]
+rect_top =10
+rect_left =10
+rect_bottom =30
+rect_right =30
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0036-checkRectColor_command10]
+rect1_top =10
+rect1_left =10
+rect1_bottom =30
+rect1_right =30
+expected1_red =0
+expected1_green =255
+expected1_blue =255
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0037-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0037-SetScalingFactor_command03]
+origin_x =9100
+origin_y =9100
+factorx =10
+factory =10
+divisorx =1
+divisory =1
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0037-CreateContext_command04]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0037-SetBrushColor_command06]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0037-SetBrushStyle_command07]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0037-SetPenColor_command08]
+color_red =0
+color_green =255
+color_blue =255
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0037-DrawRect_command09]
+rect_top =0
+rect_left =0
+rect_bottom =100
+rect_right =100
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0038-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0039-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0039-SetScalingFactor_command03]
+origin_x =5
+origin_y =5
+factorx =10
+factory =10
+divisorx =1
+divisory =1
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0040-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0040-NewLC_command03]
+typefacename =aTypeFace
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0040-RegisterLinkedTypeface_command04]
+linkedtypefacespec =linkedTypefaceSpec
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0041-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0041-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0041-SetBrushColor_command05]
+color_red =0
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0041-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0041-SetPenColor_command07]
+color_red =0
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0041-SetDrawDeviceOffset_command08]
+offset_x =50
+offset_y =50
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0041-DrawRect_command09]
+rect_top =0
+rect_left =0
+rect_bottom =100
+rect_right =100
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0041-checkRectColor_command10]
+rect1_top =0
+rect1_left =0
+rect1_bottom =100
+rect1_right =100
+expected1_red =0
+expected1_green =255
+expected1_blue =0
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0042-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0042-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0042-SetBrushColor_command05]
+color_red =0
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0042-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0042-SetPenColor_command07]
+color_red =0
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0042-SetDrawDeviceOffset_command08]
+offset_x =-50
+offset_y =-50
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0042-DrawRect_command09]
+rect_top =0
+rect_left =0
+rect_bottom =100
+rect_right =100
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0042-checkRectColor_command10]
+rect1_top =50
+rect1_left =50
+rect1_bottom =100
+rect1_right =100
+expected1_red =0
+expected1_green =255
+expected1_blue =0
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0043-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0043-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0043-SetBrushColor_command05]
+color_red =0
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0043-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0043-SetPenColor_command07]
+color_red =0
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0043-SetDrawDeviceOffset_command08]
+offset_x =-100
+offset_y =-100
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0043-DrawRect_command09]
+rect_top =0
+rect_left =0
+rect_bottom =100
+rect_right =100
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0044-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0044-CreateContext_command03]
+bitgc =fbsBitGc
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0044-SetBrushColor_command05]
+color_red =0
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0044-SetBrushStyle_command06]
+brushstyle =ESolidBrush
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0044-SetPenColor_command07]
+color_red =0
+color_green =255
+color_blue =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0044-SetDrawDeviceOffset_command08]
+offset_x =9000
+offset_y =9000
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0044-DrawRect_command09]
+rect_top =0
+rect_left =0
+rect_bottom =100
+rect_right =100
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0201-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0201-GetFontById_command04]
+font_uid =268435493
+alg_style =algstyle
+font =font
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0201-FontMaxHeight_command05]
+expected_result =13
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0201-ReleaseFont_command06]
+font =font
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0202-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0202-GetFontById_command04]
+font_uid =268435493
+alg_style =algstyle
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0202-FontMaxHeight_command05]
+expected_result =13
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0202-ReleaseFont_command06]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0203-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0203-GetFontById_command04]
+font_uid =12345
+alg_style =algstyle
+font =font
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0203-ReleaseFont_command05]
+font =font
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0204-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0204-GetFontById_command04]
+font_uid =12345
+alg_style =algstyle
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0204-ReleaseFont_command05]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0211-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0211-GetNearestFontToDesignHeightInPixels_command04]
+font_name =DejaVu Sans Mono
+font_height =30
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0211-FontMaxHeight_command05]
+expected_result ={default_bitgdi, nearest_to_30pixels}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0211-ReleaseFont_command06]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0212-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0212-GetNearestFontToDesignHeightInPixels_command04]
+font_name =
+font_height =30
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0212-FontMaxHeight_command05]
+expected_result ={default_bitgdi, nearest_to_30pixels}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0212-ReleaseFont_command06]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0213-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0213-GetNearestFontToDesignHeightInPixels_command04]
+font_name =DejaVu Sans Mono
+font_height =999999
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0213-FontMaxHeight_command05]
+expected_result ={default_bitgdi, large_fontheight_pixels}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0213-GetNearestFontToDesignHeightInPixels_command06]
+font_name =DejaVu Sans Mono
+font_height =0
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0213-FontMaxHeight_command07]
+expected_result ={default_bitgdi, nearest_to_0pixels}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0213-GetNearestFontToDesignHeightInPixels_command08]
+font_name =DejaVu Sans Mono
+font_height =-1
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0213-FontMaxHeight_command09]
+expected_result ={default_bitgdi, large_fontheight_pixels}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0213-ReleaseFont_command10]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0214-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0214-GetNearestFontToDesignHeightInTwips_command04]
+font_name =DejaVu Sans Mono
+font_height =500
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0214-FontSpecInTwips_command05]
+expected_font_name =DejaVu Sans Mono
+expected_font_height ={default_bitgdi, nearest_to_500twips}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0214-ReleaseFont_command06]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0215-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0215-GetNearestFontToDesignHeightInTwips_command04]
+font_name =
+font_height =500
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0215-FontSpecInTwips_command05]
+expected_font_name =DejaVu Sans Mono
+expected_font_height ={default_bitgdi, nearest_to_500twips}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0215-ReleaseFont_command06]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0216-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0216-GetNearestFontToDesignHeightInTwips_command04]
+font_name =DejaVu Sans Mono
+font_height =999999
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0216-FontSpecInTwips_command05]
+expected_font_name =DejaVu Sans Mono
+expected_font_height ={default_bitgdi, large_fontheight_twips}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0216-GetNearestFontToDesignHeightInTwips_command06]
+font_name =DejaVu Sans Mono
+font_height =0
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0216-FontSpecInTwips_command07]
+expected_font_name =DejaVu Sans Mono
+expected_font_height ={default_bitgdi, nearest_to_0twips}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0216-GetNearestFontToDesignHeightInTwips_command08]
+font_name =DejaVu Sans Mono
+font_height =-1
+fbsfont =fbsFont
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0216-FontSpecInTwips_command09]
+expected_font_name =DejaVu Sans Mono
+expected_font_height ={default_bitgdi, nearest_to_-1twips}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0216-ReleaseFont_command10]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0221-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0221-GetNearestFontToMaxHeightInPixels_command04]
+fbsfont =fbsFont
+font_name =DejaVu Sans Mono
+font_height =0
+maxheight =30
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0221-FontMaxHeight_command05]
+expected_result ={default_bitgdi, maxheight_30pixels}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0221-ReleaseFont_command06]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0222-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0222-GetNearestFontToMaxHeightInPixels_command04]
+font_name =
+font_height =0
+fbsfont =fbsFont
+maxheight =30
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0222-FontMaxHeight_command05]
+expected_result ={default_bitgdi, maxheight_30pixels}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0222-ReleaseFont_command06]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0223-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0223-GetNearestFontToMaxHeightInPixels_command04]
+font_name =DejaVu Sans Mono
+font_height =0
+fbsfont =fbsFont
+maxheight =999999
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0223-GetNearestFontToMaxHeightInPixels_command06]
+font_name =DejaVu Sans Mono
+font_height =10
+fbsfont =fbsFont
+maxheight =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0223-FontMaxHeight_command07]
+expected_result =expected_result ={default_bitgdi, maxheight_0pixels}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0223-ReleaseFont_command08]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0224-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0224-GetNearestFontToMaxHeightInTwips_command04]
+font_name =DejaVu Sans Mono
+font_height =0
+fbsfont =fbsFont
+maxheight =500
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0224-FontSpecInTwips_command05]
+expected_font_name =DejaVu Sans Mono
+expected_font_height ={default_bitgdi, maxheight_500twips}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0224-ReleaseFont_command06]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0225-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0225-GetNearestFontToMaxHeightInTwips_command04]
+font_name =
+font_height =0
+fbsfont =fbsFont
+maxheight =500
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0225-FontSpecInTwips_command05]
+expected_font_name =DejaVu Sans Mono
+expected_font_height ={default_bitgdi, maxheight_500twips}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0225-ReleaseFont_command06]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0226-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0226-GetNearestFontToMaxHeightInTwips_command04]
+font_name =DejaVu Sans Mono
+font_height =0
+fbsfont =fbsFont
+maxheight =999999
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0226-GetNearestFontToMaxHeightInTwips_command06]
+font_name =DejaVu Sans Mono
+font_height =10
+fbsfont =fbsFont
+maxheight =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0226-FontSpecInTwips_command07]
+expected_font_name =DejaVu Sans Mono
+expected_font_height ={default_bitgdi, nearest_to_0twips}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0226-GetNearestFontToMaxHeightInTwips_command08]
+font_name =DejaVu Sans Mono
+font_height =0
+fbsfont =fbsFont
+maxheight =-1
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0226-FontSpecInTwips_command09]
+expected_font_name =DejaVu Sans Mono
+expected_font_height ={default_bitgdi, nearest_to_-1twips}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0226-ReleaseFont_command10]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0231-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0231-FontHeightInPixels_command04]
+typeface_index =0
+height_index =0
+expected ={default_bitgdi, height_pixels_0_0}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0231-ReleaseFont_command05]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0232-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0232-FontHeightInPixels_command04]
+typeface_index =999
+height_index =0
+expected =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0232-ReleaseFont_command05]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0233-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0233-FontHeightInPixels_command04]
+typeface_index =0
+height_index =999
+expected ={default_bitgdi, height_pixels_0_large}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0233-FontHeightInPixels_command05]
+typeface_index =0
+height_index =-1
+expected =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0233-ReleaseFont_command06]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0234-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0234-FontHeightInTwips_command03]
+typeface_index =0
+height_index =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0234-ReleaseFont_command04]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0235-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0235-FontHeightInTwips_command04]
+typeface_index =999
+height_index =0
+expected =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0235-ReleaseFont_command05]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0236-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0236-FontHeightInTwips_command03]
+typeface_index =0
+height_index =999
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0236-FontHeightInTwips_command04]
+typeface_index =0
+height_index =-1
+expected =0
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0236-ReleaseFont_command05]
+font =fbsFont
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0241-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0241-GetNearestFontToDesignHeightInPixels_command03]
+font =font
+font_name =DejaVu Sans Mono
+font_height =0
+maxheight =30
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0241-ReleaseFont_command04]
+font =font
+
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0242-NewL_command02]
+displaymode ={default_bitgdi, displaymode}
+screen_number ={default_bitgdi, screennumber}
+
+[GRAPHICS-BITGDI-FbsDevice-PublicApi-0242-ReleaseFont_command03]
+font =font
+