Font :: usePixel - Pixel size property
When the property is set to true , pixel size is used instead of point size, which is used in case the property has been set to false . Pixel size makes the font device dependent.
Options.GUIFramework.Fonts._std_font.is_pixel=NO
Return value: Enable resource ( bool )
In order to enable the referenced resource true should be passed. Passing false will disable the resource.
Implementation overview
- Use pixels instead of points?
Font :: usePixel (  ) - Set use pixel property
Font :: usePixel ( bEnable )
Implementation details
- to list
-
Set use pixel property
bool Font  :: usePixel ( bool bEnable )
The function sets the property value to the value passed in bEnable . Changing the value will not affect the size value, but the text presentation when applying the layout settings to the resource.
- bEnable
- Enable resource
In order to enable the referenced resource true should be passed. Passing false will disable the resource.
to list
- bEnable
- Enable resource