font

  1. skanie

    Question How to set a custom font style for a button

    The bottom line is that everything works fine with the text, but the font is not transferred to the buttons and is default font after compilation app.xaml <Application.Resources> <Style x:Key="Hatten"> <Setter Property="TextElement.FontFamily"...
  2. AlphonseG

    Check Printing with MICR E13-B Font

    I have spent hours searching for technical info on this subject, but have come up empty. Like most, I build reports (.NET Winforms app) using a reporting engine like Crystal Reports, DevExpress (my choice), etc. When a special font is needed, just install it on the machine and set the...
  3. dv2020

    Bold Cell based on value in data grid

    Hi All, I have this code below which works well. I'm trying to modify the code so it only bolds the value, and not change the font to "Arial" or the size. if (cellVal > 0 && e.ColumnIndex > 15 && e.ColumnIndex < 27) { row.Cells[e.ColumnIndex].Style.BackColor =...
  4. Duvyanshu

    Answered Why am I unable to locate font files(.ttf) in unity android game in persistentDataPath?

    Can somebody guide me in the right direction? My android game that I made on unity 2018.4.9 using C# on VS 2017 is unable to detect files at persistent data path. The two font files are located in the persistent data path directory. This is a screenshot of app persistent data folder. This is...
Back
Top Bottom