CreateClone() публичный Метод

public CreateClone ( ) : QFontRenderOptions
Результат QFontRenderOptions
Пример #1
0
 /// <summary>
 /// Creates a clone of the current font options and pushes
 /// it onto the stack
 /// </summary>
 public void PushOptions()
 {
     PushOptions(Options.CreateClone());
 }