Jump to content
Xtreme .Net Talk

waela

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by waela

  1. hello, i found it Font myFont = new Font("Arial", 16); _surface.FontHandle = myFont.ToHfont(); sorry to distrub all Thanks
  2. 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
×
×
  • Create New...