C# Класс Cocoa.Font

Наследование: Object
Показать файл Открыть проект

Открытые методы

Метод Описание
Font ( IntPtr native_object ) : System
Font ( string aFontName, float aFontSize ) : System

Instanciates an instance of Font with a specify font name and size.

Описание методов

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

public Font ( IntPtr native_object ) : System
native_object System.IntPtr
Результат System

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

Instanciates an instance of Font with a specify font name and size.
public Font ( string aFontName, float aFontSize ) : System
aFontName string /// A fully specified family-face name, such as Helvetica-BoldOblique or Times-Roman. ///
aFontSize float /// Used to scale the font. If you use a fontSize of 0.0, this method uses the default User Font size ///
Результат System