Hello,
i use DirectX managed code
//in c# code i do this
private Surface _surface = null;
//on new i crerate surface etc...
//create and initial surface code
// in blt method
//if i want set the font fore color i do this
_urface.ForeColor =Color.Black;
//but i can not find a way to set font face name how i do this????
//i found property named FontHandle
_surface.FontHandle = ?????? how do set font handle here please
thank you
wael
i use DirectX managed code
//in c# code i do this
private Surface _surface = null;
//on new i crerate surface etc...
//create and initial surface code
// in blt method
//if i want set the font fore color i do this
_urface.ForeColor =Color.Black;
//but i can not find a way to set font face name how i do this????
//i found property named FontHandle
_surface.FontHandle = ?????? how do set font handle here please
thank you
wael