FontMod icon indicating copy to clipboard operation
FontMod copied to clipboard

Simple hook tool to change Win32 program font.

Results 10 FontMod issues
Sort by recently updated
recently updated
newest added

Since there are many people reporting that it does not work with Telegram, I share the solution that I found: It seems that Telegram uses the fonts: "DAOpenSansRegular", "DAOpenSansRegularItalic", "DAOpenSansSemiboldAsBold",...

Tested on 64Gram. I noticed that when I use my yaml config with FontMod v3.0.1 the fonts don't replaced. But if I use FontMod v2.1 fonts replacement working great. [my...

我試著用 v3、v3.1 將 Telegram 的字型替換為 系列時發現沒辦法正確替換 但是在 2.1 時,同樣的設定檔是可以運作的 ```yaml # FontMod fonts: DAOpenSans: replace: 源泉圓體 L DAOpenSansItalic: replace: 源泉圓體 L DAOpenSansRegular: replace: 源泉圓體 R DAOpenSansRegularItalic: replace: 源泉圓體 R DAOpenSansSemibold:...

Can I use this project in Arch Linux base OS?

jdk 的 jawt.dll 中使用 DEFAULT_GUI_FONT 检索默认字体,源码(awt_DesktopProperties.cpp)参考 : ``` SetFontProperty(dc, ANSI_FIXED_FONT, TEXT("win.ansiFixed.font"), 1.0f); SetFontProperty(dc, ANSI_VAR_FONT, TEXT("win.ansiVar.font"), 1.0f); SetFontProperty(dc, DEVICE_DEFAULT_FONT, TEXT("win.deviceDefault.font"), 1.0f); SetFontProperty(dc, DEFAULT_GUI_FONT, TEXT("win.defaultGUI.font"), invScaleY); SetFontProperty(dc, OEM_FIXED_FONT, TEXT("win.oemFixed.font"), 1.0f); SetFontProperty(dc, SYSTEM_FONT,...

我根据提示下载了文件,放入目录中,然后重启TG,但是在打开还是一样的文字大小,安装目录中也没有生成FontMod.yaml,请问是最新版本的TG已经不支持了吗? 感谢

操作完了之后,telegram里面个别那些中文还是会显示错误,比如“门”显示为 “内” ![image](https://user-images.githubusercontent.com/54260027/231188055-c777bf58-37ed-4b12-be66-e84238702680.png) ![image](https://user-images.githubusercontent.com/54260027/231188207-f772a239-b4be-4695-b086-17fb36989595.png) ![image](https://user-images.githubusercontent.com/54260027/231188464-92e90bbc-fa18-4115-9337-7cc29f04610a.png) ![image](https://user-images.githubusercontent.com/54260027/231188542-93310d84-c463-404d-9f07-a7f088a31044.png) ![image](https://user-images.githubusercontent.com/54260027/231188775-f71e6efc-33db-4962-8e27-2413045d37fb.png) 如果你想修复Telegram Desktop的中文显示效果,[请访问这个链接](https://github.com/ysc3839/FontMod/releases),下载最新的FontMod.dll ,重命名为winmm.dll放入Telegram Desktop的安装文件夹(默认地址可在资源管理器地址栏输入%AppData%\Telegram Desktop)回车打开。简体中文系统下这样做应该就够了,如果非简体中文系统出现问题,[可以右键另存为我的配置文件](https://iamcristye.github.io/Font/FontMod.yaml)放入同一个文件夹。

font can not be changed in newest telegram version

So, the problem as title says: Registry font-changing not working. How to replace the font now?

OS: Windows 10 企业版 LTSC 21H2 19044.4170 EXE: Livemaker游戏 不管yaml更改了多少内容,或使用32/64位dll,并没有应用到字体修改 exe程序的根目录下有fonts文件夹,里面存放自己修改的字体文件MSPGothic-Regular.ttf,但是没有生效 >exe使用MS Pゴシック字体,即MSPGothic 日志: [FontMod.log](https://github.com/ysc3839/FontMod/files/14812121/FontMod.log) 还是得安装字体才能看得到更改 怎么回事?看另一个英文issue似乎提到21H2无法应用字体修改?