loQsoft Posted April 26, 2020 Posted April 26, 2020 Hi I need to use Y14.5M-2009 font for uniEdit and for uniDBEdit. how can i do ? use Y14.5M-2009 font for uniEdit or for uniDBEdit (Y15.5M-2009 is an engineering font) At the attachement, i put the font (Y15.M-2009) Y14.5M-2009.ttf Best regards, Quote
Sherzod Posted April 26, 2020 Posted April 26, 2020 19 minutes ago, loQsoft said: how can i do ? use Y14.5M-2009 font for uniEdit or for uniDBEdit Hi, Try 1. CustomCSS: @font-face { font-family: Y145M2009; src: url('files/Y14.5M-2009.ttf'); } 2. UniEdit1.Font.Name = Y145M2009 2 Quote
loQsoft Posted April 26, 2020 Author Posted April 26, 2020 9 minutes ago, Sherzod said: Hi, Try 1. CustomCSS: @font-face { font-family: Y145M2009; src: url('files/Y14.5M-2009.ttf'); } 2. UniEdit1.Font.Name = Y145M2009 Thank you very much, Sherzod. Honestly, during 2 days, i was trying to find a solution. And you showed me a correct way in a few minutes. Thanks again. it works as the picturue. and one more questions. if i want to use this font only one column of the uniDBGrid, same way ? Best regards, Selim 1 Quote
Sherzod Posted April 26, 2020 Posted April 26, 2020 3 minutes ago, loQsoft said: if i want to use this font only one column of the uniDBGrid, same way ? Can you try? I need to check. Quote
loQsoft Posted April 26, 2020 Author Posted April 26, 2020 i am trying .. until now, not success Best Regards, Quote
Sherzod Posted April 26, 2020 Posted April 26, 2020 14 minutes ago, loQsoft said: i am trying .. UniDBGrid.Columns[xx].Font.Name = ... ? 1 Quote
loQsoft Posted April 26, 2020 Author Posted April 26, 2020 1 minute ago, Sherzod said: UniDBGrid.Columns[xx].Font.Name = ... ? Thank you, Sherzod, It works as the picture. You are the best. Best Regards, 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.