C# 클래스 Bloom.ToPalaso.FontInstaller

Helper class for installing fonts. To use this: the sourceFolder passed to InstallFont must be one that GetDirectoryDistributedWithApplication can find. It must contain the fonts you want to be sure are installed. It MUST also contain the installer program, "Install Bloom Literacy Fonts.exe", a renamed version of FontReg.exe (see below). The user will typically see a UAC dialog asking whether it is OK to run this program (if the fonts are not already installed).
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
InstallFont ( string sourceFolder, bool needsRestart = true ) : bool

비공개 메소드들

메소드 설명
AllFontsExist ( string sourcePath ) : bool

메소드 상세

InstallFont() 공개 정적인 메소드

public static InstallFont ( string sourceFolder, bool needsRestart = true ) : bool
sourceFolder string
needsRestart bool
리턴 bool