Skip to content

MKPersianFont is a great API for developers who need use Persian fonts in their applications this API support TTF font format including “IranNastaliq” and other Persian fonts .

Notifications You must be signed in to change notification settings

Momeks/MKPersianFont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#MKPersianFont

MKPersianFont is a great API for developers who need use Persian fonts in their applications this API support TTF font format including “IranNastaliq” and other Persian fonts .

#Installation

Download and watch this installation tutorial : MKPersianFont video tutorial

#Getting Started

Import MKPersianFont class into your header file : #import "MKPersianFont.h" ... and implementing the MKPersianFont protocol:

	myFont = [[MKPersianFont alloc]init]
	[myFont setPersianFont:@"fontName" withText:@"yourText" fontSize:30 textAlignment:CENTER textWrapped:YES fontColor:[UIColor blackColor]];
	[myFont setFrame:CGRectMake….];
	[self.view addSubview:myFont];
	[myFont release];

#Add Following Frameworks

	<QuartzCore/QuartzCore.h>
	<CoreText/CoreText.h>

#license Commercial usage: Allowed (Back link to http://www.momeks.com/projects ,and author)

About

MKPersianFont is a great API for developers who need use Persian fonts in their applications this API support TTF font format including “IranNastaliq” and other Persian fonts .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published