QuickFont.QFont.FromQFontFile C# (CSharp) Метод

FromQFontFile() публичный статический Метод

public static FromQFontFile ( string filePath ) : QFont
filePath string
Результат QFont
        public static QFont FromQFontFile(string filePath)
        {
            return FromQFontFile(filePath, 1.0f, null);
        }

Same methods

QFont::FromQFontFile ( string filePath, QFontLoaderConfiguration loaderConfig ) : QFont
QFont::FromQFontFile ( string filePath, float downSampleFactor ) : QFont
QFont::FromQFontFile ( string filePath, float downSampleFactor, QFontLoaderConfiguration loaderConfig ) : QFont