可以在WPF中将字体用于Unicode范围吗,例如Css @ font-face unicode-range?

时间:2019-04-07 13:44:26

标签: c# css wpf

我想知道我是否可以像这样在c#或wpf中为unicode范围定义一个自定义字体系列:

@font-face {
font-family: 'Primary';
src: url('font.eot');
src: url('font.eot?#iefix&v=4.00') format('embedded-opentype'), url('font.woff?v=4.00') format('woff'), url('font.woff2?v=4.00') format('woff2'), url('font.ttf?v=4.00') format('truetype');
font-weight: 200;
font-style: normal;
unicode-range: U+0030-0039;}

但仅适用于TTF

0 个答案:

没有答案
相关问题