Posts

Showing posts from 2012

Font style in TextBlock from Isolated Storage in Windows Phone

void FileStreamingCompleted(object sender, FileStreamingCompletedEventArgs e) { IsolatedStorageFile file = IsolatedStorageFile.GetUserStoreForApplication(); FontSource objFontSource; using (IsolatedStorageFileStream fs = new IsolatedStorageFileStream ("Font.ttf",System.IO.FileMode.Create, file)) { fs.Write(e.Result.byteArray, 0, e.Result.byteArray.Length); } using (IsolatedStorageFileStream fileStream = file.OpenFile("Font.ttf", FileMode.Open, FileAccess.Read)) { StreamReader reader = new StreamReader(fileStream); objFontSource = new FontSource(reader.BaseStream); MyTextBlock.FontFamily = new FontFamily("Font Name"); MyTextBlock.FontSource = objFontSource; } MyTextBlock.Text = "Changed Font"; }

Guilty as charged

One of the most inexorable state of mind wherein its faculties tend to become the food of the state itself. The two components of it are guilty to oneself and towards others. Repentance and remediation come into play and assertiveness decreases. Mistrust and blames tend to make you a hangdog. The guilty to oneself urges one to incessantly ask the same question “Why”. The guilty towards other urges one to perpetually ask the question “Howcome”. The spectre and its consequences leave you with mental ailments. People lose faith in your words as well as actions. Recuperation from the result of your misdeed reminds the affected ones how they believed in you and within a moment you filched it.   You wish you could just turn back Time and rectify everything. You want them to look at you the same way they used to earlier, but that flare of confiding in you is missing and it kills you. How tired God must be of guilt and loneliness, for that is all we ever bring to Him.  ~M...