C# 클래스 JarrettVance.ChapterTools.FontHelper

파일 보기 프로젝트 열기: jarrettv/ChapterGrabber

공개 메소드들

메소드 설명
Create ( string family, float emSize, FontStyle style = FontStyle.Regular, GraphicsUnit unit = GraphicsUnit.Pixel ) : Font
GetAllFamilies ( ) : System.Drawing.FontFamily[]
GetFamily ( string family ) : FontFamily
RegisterFont ( byte font ) : void
RegisterFont ( string fontFilePath ) : void

비공개 메소드들

메소드 설명
FontHelper ( ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string family, float emSize, FontStyle style = FontStyle.Regular, GraphicsUnit unit = GraphicsUnit.Pixel ) : Font
family string
emSize float
style FontStyle
unit GraphicsUnit
리턴 System.Drawing.Font

GetAllFamilies() 공개 정적인 메소드

public static GetAllFamilies ( ) : System.Drawing.FontFamily[]
리턴 System.Drawing.FontFamily[]

GetFamily() 공개 정적인 메소드

public static GetFamily ( string family ) : FontFamily
family string
리턴 System.Drawing.FontFamily

RegisterFont() 공개 정적인 메소드

public static RegisterFont ( byte font ) : void
font byte
리턴 void

RegisterFont() 공개 정적인 메소드

public static RegisterFont ( string fontFilePath ) : void
fontFilePath string
리턴 void